Explorar el Código

TransformControls: Clean up. See #8395.

Mr.doob hace 9 años
padre
commit
ea5cd8c1eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/controls/TransformControls.js

+ 1 - 1
examples/js/controls/TransformControls.js

@@ -420,7 +420,7 @@
 			],
 			],
 
 
 			XYZE: [
 			XYZE: [
-				[ new THREE.Mesh( new THREE.Geometry() ) ]// TODO
+				[ new THREE.Mesh() ]// TODO
 			]
 			]
 
 
 		};
 		};

粤ICP备19079148号