Browse Source

Remove _node.matrixAutoUpdate = false;

Takahiro 8 years ago
parent
commit
96893766ca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/loaders/GLTFLoader.js

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

@@ -1447,8 +1447,6 @@ THREE.GLTFLoader = ( function () {
 
 			if ( node.extras ) _node.userData = node.extras;
 
-			_node.matrixAutoUpdate = false;
-
 			if ( node.matrix !== undefined ) {
 
 				matrix.fromArray( node.matrix );