The joint transform operator applies a transformation on a given joint.Joint Transfoam オペレータは、与えられたジョイントを変換します。
...
Ports
Attributes
Type
Description
pose the input pose.
string the name of the joint affected by this operator
the weight of the operator
int the order of the rotation to apply
If true, the transformation happens in world space, otherwise it will be in local space
if true, adds the transformation as an offset to the current joint
the translation to apply
the rotation to apply
the scale to apply
アトリビュート |
---|
タイプ |
---|
説明 |
---|
inPose |
ポーズ | 入力ポーズ |
jointName |
文字列 | このオペレータによって影響を受けるジョイントの名前 |
weight | double |
オペレータのウェイト |
rotationOrder |
整数 | 適用する回転のオーダー |
worldSpace | bool |
trueの場合、変換はワールドスペースで行われます。それ以外の場合は、ローカルスペースで行われます。 | |
offset | bool |
trueの場合、現在のジョイントへのオフセットとして変換を追加します。 | |
translate | vector3 |
移動の適用 | |
rotate | vector3 |
回転の適用 | |
scale | vector3 |
スケールの適用 |