The curve field module creates a velocity field changing the agent directions.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
curves | curve array | no | Array of curves used for building the velocity field. |
decay | int | no | Decay value of the field. |
maxDistance | double | yes | The max distance from the velocity field. Any agent farther than this value from the field will be ignored. |
maxDistanceDropOff | double | yes | Drop off value for smoothly transitioning in and out of the velocity field. |
maxTurnAngle | double | yes | The agent max turn angle. |
samples | int | no | Number of curve samples. |
weight | double | yes | Weight of the velocity field. |