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

GeometryUtils.merge should obey object2.autoUpdateMatrix

astrodud 15 жил өмнө
parent
commit
ebd21f962b

+ 1 - 1
src/extras/GeometryUtils.js

@@ -14,7 +14,7 @@ var GeometryUtils = {
 		uvs1 = geometry1.uvs,
 		uvs2 = geometry2.uvs;
 
-		isMesh && object2.updateMatrix();
+		isMesh && object2.autoUpdateMatrix && object2.updateMatrix();
 
 		for ( var i = 0, il = vertices2.length; i < il; i ++ ) {