Field Advect
Advects a flow field by itself (semi-fluid inertia)
A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.
Input ports
| Port ID | Type |
|---|---|
Flow | FlowFieldInput |
Momentum | float |
Rate | float |
Reset | trigger |
Output ports
| Port ID | Type |
|---|---|
Out | FlowFieldOutput |
Scriptable members
| Path | Type |
|---|---|
momentumInput | float |
rateInput | float |
currentMomentum | float |
currentRate | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "FieldAdvect" })