The agents avoidance module makes sure your agents directions do not cross each other.Agent avoidanceモジュールは、エージェントの指示が互いに交差しないようにします。
...
Attributes
Attributes アトリビュート | Type タイプ | Overridable上書き可能 | Description説明 | |
---|---|---|---|---|
distance | double | no | The threshold distance. All agents within this distance range 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.バウンディングボックスの乗数。バウンディングボックスのサイズは、後々の衝突を予測するために使用されます | |
weight | double | yes | weight質量 | |
agentGroups | 文字列配列 | no | エージェントグループ名の配列。エージェントグループは評価中に考慮されます。 | |
debug | bool | no | モジュールデバッグの描画を有効にします。 |