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();
•
demo
12
[km] Changed the Graphic to just be Transformation Data