Modulate influences
The modulate_influence
node varies the effect of an influence based on another property. For example, you can make particles more or less affected by wind_influence
based on point_size
.
Daisy-chain a
modulate_influence
node with the influences you want to modulate. Themodulate_influence
node can appear anywhere in the chain. The end of the chain must be plugged into theinfluence
input of the graph's simulate node.Specify the
property
that you want to use to modulate the effect of the influence. You must specify the exact property name, for example,point_size
instead ofsize
.Set the other parameters as desired:
min
is the smallest proportion of the influence effect to apply, andmax
is the largest proportion.invert
reverses the modulation, so that the influence is applied less where the specified property is larger.