FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.

Public Attributes

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

Member Data Documentation

◆ mMatrix

FbxMatrix mMatrix

Transform matrix of the node.

Definition at line 34 of file fbxpose.h.

◆ mMatrixIsLocal

bool mMatrixIsLocal

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

Definition at line 35 of file fbxpose.h.

◆ mNode

FbxNode* mNode

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: