The agents avoidance module keeps your agents from getting too close to each other. It works best in situations where agents walk in the same direction.Agent separationモジュールは、ユーザーのエージェント同士が接近し過ぎることを阻止します。これは、エージェントが同一方向に歩行する状況でとても役立ちます。
...
Attributes
Attributes アトリビュート | Type タイプ | Overridable上書き可能 | Description説明 | |
---|---|---|---|---|
distance | double | no | The threshold distance. All agents closer within this distance range will be evaluated.しきい値の距離。この距離内にあるすべてのエージェントが評価されます。 | |
maxTurnAngle | double | no | The max turn angle.最大回転角度 | |
separationForce | double | no | The force used for separting the agents.エージェントを分離するために使用される力 | |
weight | double | yes | weight質量 | |
agentGroups | 文字列配列 | no | エージェントグループ名の配列。エージェントグループは評価中に考慮されます。 | |
debug | bool | no | モジュールデバッグの描画を有効にします。 | |
velocityThreshold | double | no | エージェントの速度の長さがこの値より小さい場合、エージェントは評価されません。 |
...
ウィジェット コネクタ | ||||||
---|---|---|---|---|---|---|
|