2
0
Эх сурвалжийг харах

Remove _node.matrixAutoUpdate = false;

Takahiro 8 жил өмнө
parent
commit
96893766ca

+ 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 );