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
The threshold distance. All agents closer within this distance range will be evaluated.
The max turn angle.
The force used for separating the agents.
weight
stringArray
array of agent group names to interact with
enables module debug drawing
アトリビュート |
---|
タイプ |
---|
上書き可能 |
---|
説明 | ||
---|---|---|
distance | double | no |
しきい値の距離。この距離内にあるすべてのエージェントが評価されます。 | ||
maxTurnAngle | double | no |
最大回転角度 | ||
separationForce | double | no |
エージェントを分離するために使用される力 | ||
weight | double | yes |
質量 |
agentGroups |
文字列配列 | no |
エージェントグループ名の配列。エージェントグループは評価中に考慮されます。 | ||
debug | bool | no |
モジュールデバッグの描画を有効にします。 | |||
velocityThreshold | double | no | エージェントの速度の長さがこの値より小さい場合、エージェントは評価されません。 |
...
ウィジェット コネクタ | ||||||
---|---|---|---|---|---|---|
|