FbxPoseInfo Struct Reference
 
 
 
FbxPoseInfo Struct Reference

#include <fbxpose.h>


Class Description

This structure contains the description of a named pose.

FbxPose contains one FbxPoseInfo array to store all of FBX nodes and their transform matrix info.

Definition at line 32 of file fbxpose.h.

List of all members.

Public Attributes

FbxMatrix  mMatrix
  Transform matrix of the node.
bool  mMatrixIsLocal
  If true, the transform matrix above is defined in local coordinates.
FbxNode mNode
  FBX node, which may be skeleton or geometry (skinned) node.

Member Data Documentation

Transform matrix of the node.

Definition at line 34 of file fbxpose.h.

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

Definition at line 35 of file fbxpose.h.

FBX node, which may be skeleton or geometry (skinned) node.

Definition at line 36 of file fbxpose.h.


The documentation for this struct was generated from the following file: