We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a763400 commit 1ea8be3Copy full SHA for 1ea8be3
src/fbx/Fbx2Raw.cpp
@@ -753,10 +753,6 @@ static void ReadNodeHierarchy(
753
node.rotation = toQuatf(localRotation);
754
node.scale = toVec3f(localScaling);
755
756
- FbxVector4 nodeGeometricTranslationPivot = pNode->GetGeometricTranslation(FbxNode::eSourcePivot);
757
- FbxVector4 nodeGeometricRotationPivot = pNode->GetGeometricRotation(FbxNode::eSourcePivot);
758
- FbxVector4 nodeGeometricScalePivot = pNode->GetGeometricScaling(FbxNode::eSourcePivot);
759
-
760
if (parentId) {
761
RawNode& parentNode = raw.GetNode(raw.GetNodeById(parentId));
762
// Add unique child name to the parent node.
0 commit comments