This structure contains the description of a named pose.
KFbxPose contains one KFbxPoseInfo array to store all of FBX nodes and their transform matrix info.
Definition at line 56 of file kfbxpose.h.
#include <kfbxpose.h>
Public Attributes |
|
KFbxMatrix | mMatrix |
Transform matrix of the node. |
|
bool | mMatrixIsLocal |
If true, the transform matrix above is
defined in local coordinates. |
|
KFbxNode * | mNode |
FBX node, which may be skeleton or geometry
(skinned) node. |
bool mMatrixIsLocal |
If true, the transform matrix above is defined in local coordinates.
Definition at line 61 of file kfbxpose.h.
FBX node, which may be skeleton or geometry (skinned) node.
Definition at line 63 of file kfbxpose.h.