Browse Source

fix transform calculation

Lewy Blue 7 years ago
parent
commit
6bca9f1cf1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/js/loaders/FBXLoader.js

+ 2 - 0
examples/js/loaders/FBXLoader.js

@@ -3843,6 +3843,8 @@
 			array.push( order );
 			tempMat.makeRotationFromEuler( tempEuler.fromArray( array ) );
 
+			tempMat.getInverse( tempMat );
+
 			rotation.multiply( tempMat );
 
 		}