Apply the rotation pivots.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-04 09:11:31 -07:00
parent 16d214497a
commit 395dbe2b4f
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ static void ReadNodeHierarchy(
// Set the initial node transform.
const FbxAMatrix localTransform = pNode->EvaluateLocalTransform();
FbxVector4 localTranslation = localTransform.GetT();
FbxVector4 localTranslation = computeLocalTranslation(pNode);
FbxQuaternion localRotation = localTransform.GetQ();
FbxVector4 localScaling = computeLocalScale(pNode);