Spawner
Node Data | |
---|---|
Flip Fluid | |
Display name | |
Spawner | |
Internal name | |
Node_FLIP_Spawner | |
Inheritances | |
node | |
node_flip_spawner | |
Inputs | |
node_flip_spawner | |
fdomain |
Domain |
enum |
Spawn Shape |
vec2 |
Spawn Position |
enum |
Spawn Type |
int |
Spawn Frame |
float |
Spawn Amount |
range |
Spawn Velocity |
surface |
Spawn Surface |
float |
Spawn Radius |
int |
Seed |
rotation |
Spawn Direction |
float |
Inherit Velocity |
int |
Spawn Duration |
vec2 |
Spawn Szie |
Outputs | |
node_flip_spawner | |
fdomain |
Domain |
Spawn fluid particles from an area.
Properties
Spawn Shape
Shape of the spawn area.
Spawn Surface
For surface spawn shape, the surface to spawn on.
Spawn Position
Position of the spawn area.
Spawn Type
Where to spawn the particles every frame (stream) or only once (splash).
- Stream: Spawn Spawn Amount particles per frame.
- Splash: Start spawning Spawn Amount particles at frame Spawn Frame for Spawn Duration frames.
Spawn Direction
Apply initial directional velocity to the spawned particles.
Spawn Velocity
Initial velocity of the spawned particles.
Inherit Velocity
Apply the velopcity of the spawner (based on Spawn Position) to the spawned particles.