Browse Source

Remove _node.matrixAutoUpdate = false;

Takahiro 8 năm trước cách đây
mục cha
commit
96893766ca
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 );