Flocking
The flocking module moves your agents blending three steering behaviours: separation, alignment and cohesion. The user can tweak the weight parameters to achieve different results.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
alignment | double | no | The alignment weight. |
cohesion | double | no | The cohesion weight. |
separation | double | no | The separation weight. |
searchRadius | double | no | All agents inside of this distance range will be evaluated. |
weight | double | yes | weight |
maxTurnAngle | double | no | The max turn angle. |
ignoreNextDirectionalModules | bool | yes | If enabled, all next directional modules in the stack will be ignored. |
editLocomotionAngularVelocity | bool | yes | If on, this module will edit the targetAngularVelocity metadata used by the locomotion system. |
Copyright © 2017, Toolchefs LTD.