The mesh scatter layout module places randomly agents on a mesh.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
agentType | string | no | The agent type name. |
direction | vector3 | no | The agent directions. |
iterations | int | no | The number of iterations used for building the agents. |
mesh | mesh | no | The reference mesh. |
meshMatrix | matrix | no | The reference mesh world matrix. |
radius | double | no | The minimum distance between each agent. |
randomSeed | int | no | Random seed |
randomizeRadius | bool | no | If true, the radius value is randomized per agent. |