Global and
Local Trans. Matrices
•// Get the node's default global transformation
matrix.
FbxXMatrix& lGlobalTransform = lNode->EvaluateGlobalTransform();
//
Get the node's default local transformation matrix.
FbxXMatrix& lLocalTransform = lNode->EvaluateLocalTransform();
•