Explorar o código

Remove unused variables.

K. S. Ernest (iFire) Lee %!s(int64=3) %!d(string=hai) anos
pai
achega
1ea8be3782
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/fbx/Fbx2Raw.cpp

+ 0 - 4
src/fbx/Fbx2Raw.cpp

@@ -753,10 +753,6 @@ static void ReadNodeHierarchy(
   node.rotation = toQuatf(localRotation);
   node.scale = toVec3f(localScaling);
 
-  FbxVector4 nodeGeometricTranslationPivot = pNode->GetGeometricTranslation(FbxNode::eSourcePivot);
-  FbxVector4 nodeGeometricRotationPivot = pNode->GetGeometricRotation(FbxNode::eSourcePivot);
-  FbxVector4 nodeGeometricScalePivot = pNode->GetGeometricScaling(FbxNode::eSourcePivot);
-
   if (parentId) {
     RawNode& parentNode = raw.GetNode(raw.GetNodeById(parentId));
     // Add unique child name to the parent node.