KFbxCharacterLink
#include<kfbxcharacter.h>

List of all members.

Detailed Description

This class represents a link between a given character's node and the associated node in the hierarchy.

It also contains the characterization matrix (offset) for the linked character's node.

Definition at line342of filekfbxcharacter.h.


Public Attributes

KFbxNodemNode
 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
 trueif 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.

Member Data Documentation

The character's node in hierarchy linked to this character link.

Definition at line352of 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 line356of filekfbxcharacter.h.

Get offset position of this character link.

Definition at line359of filekfbxcharacter.h.

Referenced byKFbxCharacterPose::GetOffset().

Get offset rotation of this character link.

Definition at line361of filekfbxcharacter.h.

Referenced byKFbxCharacterPose::GetOffset().

Get offset scale of this character link.

Definition at line363of filekfbxcharacter.h.

Referenced byKFbxCharacterPose::GetOffset().

Get the parent offset rotation of this character link.

Definition at line365of filekfbxcharacter.h.

trueif this character link has a defined rotation space

Definition at line368of filekfbxcharacter.h.

Get the rotation limits of this character link.

Definition at line370of filekfbxcharacter.h.

Get the PreRotation of this character link.

Definition at line372of filekfbxcharacter.h.

Get the PostRotation of this character link.

Definition at line374of filekfbxcharacter.h.

Get the rotation order of this character link.

Definition at line376of filekfbxcharacter.h.

doublemAxisLen

Get the axis length of this character link.

Definition at line378of filekfbxcharacter.h.