WarpSystem
Unified dynamics Warp manager
Installation
To use this Node, you must enable omni.particle.system.core2
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
operators |
|
Input operators to use in this system. |
|
active |
|
Activate operator stack processing. |
True |
device |
|
CUDA device to run simulation on |
0 |
maxparticles |
|
Maximum particles to maintain. |
500 |
gravity |
|
Acceleration due to gravity applied to all particles. |
[0.0, -980.665, 0.0] |
exportAttributes |
|
Comma delimited list of particle attributes to export from the simulation. |
position,velocity,color |
visualize |
|
Visualize particle attributes. |
True |
Direction Attribute Name (directionAttributeName) |
|
Name of particle attribute to be used for direction |
velocity |
Color Attribute Name (colorAttributeName) |
|
Name of particle attribute to be used for color |
color |
Draw Width (width) |
|
Draw width of particle. |
4.0 |
Normalize Direction (normalize) |
|
Normalize direction vector before performing scale. |
False |
Multiply by Delta Time (dtMult) |
|
Multiply direction by current time delta. |
True |
Length Multiplier (lengthMultiplier) |
|
Scale direction vector (after optional normalization) for display. |
1.0 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
exports |
|
particle exports |