Provide an animated joint skeleton for nSkinShape node.
- Command Input:
s(AnimResource)
- Command Output:
v
- Command Description:
- Set the name of the anim resource.
- Command Input:
v
- Command Output:
s(AnimResource)
- Command Description:
- Get the name of the anim resource.
- Command Input:
i(NumJoints)
- Command Output:
v
- Command Description:
- Begin defining joints.
- Command Input:
i(jointIndex), i(parentJointIndex), fff(poseTranslate) ffff(poseRotate) fff(poseScale s(name)
- Command Output:
v
- Command Description:
- Set a joint.
- Command Input:
v
- Command Output:
v
- Command Description:
- Finish defining joints
- Command Input:
i(JointIndex)
- Command Output:
i(NumJoints)
- Command Description:
- Get number of joints
- Command Input:
i(JointIndex)
- Command Output:
i(ParentJointIndex) fff(poseTranslate) ffff(poseRotate) fff(poseScale n(name)
- Command Description:
- Get joint attributes at given joint index.
- Command Input:
i(NumClips)
- Command Output:
v
- Command Description:
- Begin adding animation clips to a state.
- Command Input:
i(ClipIndex), i(AnimGroupIndex), s(ClipName)
- Command Output:
v
- Command Description:
- Add an animation clip to a state.
- Command Input:
v
- Command Output:
v
- Command Description:
- Finish adding animation clips to a state.
- Command Input:
v
- Command Output:
i(NumClips)
- Command Description:
- Finish adding animation clips to a state.
- Command Input:
i(ClipIndex)
- Command Output:
s(ClipWeightChannelName)
- Command Description:
- Get clip information.
- Command Input:
i(ClipIndex),i(numTracks)
- Command Output:
v
- Command Description:
- Begin adding animation event tracks.
- Command Input:
i(ClipIndex),i(TrackIndex),s(Name),i(numEvents)
- Command Output:
v
- Command Description:
- Begin and animation event tracks.
- Command Input:
i(ClipIndex),i(TrackIndex),i(EventIndex),f(Time),fff(Translate),ffff(Rotate),fff(Scale)
- Command Output:
v
- Command Description:
- Set an animation event.
- Command Input:
i(ClipIndex),i(TrackIndex)
- Command Output:
v
- Command Description:
- Finish defining an animation event track.
- Command Input:
i(ClipIndex)
- Command Output:
v
- Command Description:
- Finish defining an animation event track.
- Command Input:
b(AnimEnabled)
- Command Output:
v
- Command Description:
- Enable/disable animation evaluation.
- Command Input:
v
- Command Output:
b(AnimEnabled)
- Command Description:
- Get animation enabled state.