Ver Fonte

Update assimpAppNode.cpp

marauder2k7 há 1 mês atrás
pai
commit
891ede5d59
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      Engine/source/ts/assimp/assimpAppNode.cpp

+ 1 - 2
Engine/source/ts/assimp/assimpAppNode.cpp

@@ -84,8 +84,7 @@ MatrixF AssimpAppNode::getTransform(F32 time)
       // no parent (ie. root level) => scale by global shape <unit>
       mLastTransform.identity();
       mLastTransform.scale(ColladaUtils::getOptions().unit * ColladaUtils::getOptions().formatScaleFactor);
-      if (!isBounds())
-         ColladaUtils::convertTransform(mLastTransform);
+      ColladaUtils::convertTransform(mLastTransform);
    }
 
    // If this node is animated in the active sequence, fetch the animated transform