Apply influences
Influences modify the motion of a simulation. They include effects like wind and turbulence.
Add a node from the Simulation > Influence namespace to a simulation graph, for example,
wind_influence
.Connect the
out_influence
output into theinfluence
input of the graph's simulate node.
You can connect as many influences as you like into the influence
port to create complex effects.
You can also daisy-chain influences by connecting the out_influence
output of one influence into the influence
input of another. This lets you mask the influences together, for example.
Note:
The buoyancy
and vorticity
influences work only with aero simulations.