The agents avoidance module makes sure your agents directions do not cross each other.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
distance | double | no | The threshold distance. All agents closer than this distance will be evaluated. |
maxTurnAngle | double | no | The max turn angle. |
steeringForce | double | no | The force used for steering the agent direction. |
boundingBoxMultiplier | double | no | Bounding box multiplier. Bounding box sizes are used for predicting future collisions. |