Deflection Effector

Reacts to the tree's own shape so branches stay aware of each other and avoid overcrowding.
Experimental. The effector framework continues to expand. Parameters and behaviour may change.

The Deflection Effector writes a per-point direction vector that reacts to the tree's own shape. It makes branches aware of each other so they avoid overcrowding, pointing growth away from nearby parts of the same tree. Typically read with the repel response mode.

Parameters

ParameterDescription
NameThe effector instance name.
RadiusHow close another part of the tree must be before deflection takes effect.
StrengthHow strongly the deflection vector points away from the crowded region.

Notes

  • It does not read the surrounding terrain or scene environment. Response to the environment a tree grows in comes from plugging an environment into the Simulate; object-based effectors that react to arbitrary scene geometry are planned. The deflection effector's job is self-awareness of the tree's own crowding.

See also: Shaping · Effectors · Grow