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