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_influencenode with the influences you want to modulate. Themodulate_influencenode can appear anywhere in the chain. The end of the chain must be plugged into theinfluenceinput of the graph's simulate node.Specify the
propertythat you want to use to modulate the effect of the influence. You must specify the exact property name, for example,point_sizeinstead ofsize.Set the other parameters as desired:
minis the smallest proportion of the influence effect to apply, andmaxis the largest proportion.invertreverses the modulation, so that the influence is applied less where the specified property is larger.
