#include<kfbxcharacter.h>
It also contains the characterization matrix (offset) for the linked character's node.
Definition at line338of filekfbxcharacter.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 line348of filekfbxcharacter.h.
Referenced byKFbxCharacterPose::GetGlobalPosition(), andKFbxCharacterPose::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 line352of filekfbxcharacter.h.
Get offset position of this character link.
Definition at line355of filekfbxcharacter.h.
Referenced byKFbxCharacterPose::GetOffset().
Get offset rotation of this character link.
Definition at line357of filekfbxcharacter.h.
Referenced byKFbxCharacterPose::GetOffset().
Get offset scale of this character link.
Definition at line359of filekfbxcharacter.h.
Referenced byKFbxCharacterPose::GetOffset().
Get the parent offset rotation of this character link.
Definition at line361of filekfbxcharacter.h.
boolmHasRotSpace |
true
if this character link has a defined rotation space
Definition at line364of filekfbxcharacter.h.
Get the rotation limits of this character link.
Definition at line366of filekfbxcharacter.h.
Get the PreRotation of this character link.
Definition at line368of filekfbxcharacter.h.
Get the PostRotation of this character link.
Definition at line370of filekfbxcharacter.h.
intmRotOrder |
Get the rotation order of this character link.
Definition at line372of filekfbxcharacter.h.
doublemAxisLen |
Get the axis length of this character link.
Definition at line374of filekfbxcharacter.h.