#include <kfbxcharacter.h>
It also contains the characterization matrix (offset) for the linked character's node.
Definition at line 340 of file kfbxcharacter.h.
Public Attributes | |
KFbxNode * | mNode |
The character's node in hierarchy linked to this character link. | |
KString | mTemplateName |
A template name is a naming convention that is used to automatically map the nodes of other skeletons that use the same naming convention. | |
KFbxVector4 | mOffsetT |
Get offset position of this character link. | |
KFbxVector4 | mOffsetR |
Get offset rotation of this character link. | |
KFbxVector4 | mOffsetS |
Get offset scale of this character link. | |
KFbxVector4 | mParentROffset |
Get the parent offset rotation of this character link. | |
bool | mHasRotSpace |
true if this character link has a defined rotation space | |
KFbxLimits | mRLimits |
Get the rotation limits of this character link. | |
KFbxVector4 | mPreRotation |
Get the PreRotation of this character link. | |
KFbxVector4 | mPostRotation |
Get the PostRotation of this character link. | |
int | mRotOrder |
Get the rotation order of this character link. | |
double | mAxisLen |
Get the axis length of this character link. |
The character's node in hierarchy linked to this character link.
Definition at line 350 of file kfbxcharacter.h.
Referenced by KFbxCharacterPose::GetGlobalPosition(), and KFbxCharacterPose::GetLocalPosition().
A template name is a naming convention that is used to automatically map the nodes of other skeletons that use the same naming convention.
Definition at line 354 of file kfbxcharacter.h.
Get offset position of this character link.
Definition at line 357 of file kfbxcharacter.h.
Referenced by KFbxCharacterPose::GetOffset().
Get offset rotation of this character link.
Definition at line 359 of file kfbxcharacter.h.
Referenced by KFbxCharacterPose::GetOffset().
Get offset scale of this character link.
Definition at line 361 of file kfbxcharacter.h.
Referenced by KFbxCharacterPose::GetOffset().
Get the parent offset rotation of this character link.
Definition at line 363 of file kfbxcharacter.h.
bool mHasRotSpace |
true
if this character link has a defined rotation space
Definition at line 366 of file kfbxcharacter.h.
int mRotOrder |
double mAxisLen |