The curve field module creates a velocity field affecting the agent directions.Curve fieldモジュールは、エージェントの方向に影響を与えるVelocityフィールドを作成します。
...
Attributes
Attributes
Type
Overridable
Description
curve array
Array of curves used for building the velocity field.
int
Decay value of the field.
If true, the underlying velocity field is built at each frame. You need to turn this on if your curves are animated.
The max distance from the velocity field. Any agent farther than this value from the field will be ignored.
Drop off value for smoothly transitioning in and out of the velocity field.
The agent max turn angle.
int
Number of curve samples.
Weight of the velocity field.
アトリビュート |
---|
タイプ |
---|
上書き可能 |
---|
説明 |
---|
curves |
カーブ配列 | no |
Velocityフィールドを構築するために使用されるカーブの配列 |
decay |
整数 | no |
フィールドの減衰値 | ||
isAnimated | bool | no |
Trueの場合、基礎となるVelocityフィールドは各フレームに作成されます。カーブがアニメートされている場合は、これをオンにする必要があります。 | ||
maxDistance | double | yes |
Velocityフィールドからの最大距離。フィールドからこの値より遠いエージェントはすべて無視されます。 | ||
maxDistanceDropOff | double | yes |
Velocityフィールドをスムーズに出入りするために値をドロップオフします。 | ||
maxTurnAngle | double | yes |
エージェントの最大回転角度 |
samples |
整数 | no |
カーブのサンプル数 | ||
weight | double | yes |
Velocityフィールドの質量 |
...
ウィジェット コネクタ | ||||||
---|---|---|---|---|---|---|
|