KFbxCharacterLink Class Reference

#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 line 340 of file kfbxcharacter.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
 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.


Member Data Documentation

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.

true if this character link has a defined rotation space

Definition at line 366 of file kfbxcharacter.h.

Get the rotation limits of this character link.

Definition at line 368 of file kfbxcharacter.h.

Get the PreRotation of this character link.

Definition at line 370 of file kfbxcharacter.h.

Get the PostRotation of this character link.

Definition at line 372 of file kfbxcharacter.h.

int mRotOrder

Get the rotation order of this character link.

Definition at line 374 of file kfbxcharacter.h.

double mAxisLen

Get the axis length of this character link.

Definition at line 376 of file kfbxcharacter.h.