KFbxPoseInfo Struct Reference

#include <kfbxpose.h>

List of all members.


Detailed Description

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.


Public Attributes

KFbxMatrix  mMatrix
bool  mMatrixIsLocal
  Transform matrix.
KFbxNode mNode
  If true, the transform matrix above is defined in local coordinates.

Member Data Documentation

Definition at line 58 of file kfbxpose.h.

Transform matrix.

Definition at line 59 of file kfbxpose.h.

If true, the transform matrix above is defined in local coordinates.

Definition at line 60 of file kfbxpose.h.