Explorar el Código

Update GLTFExporter.js

Update padding
Christopher Cook hace 7 años
padre
commit
41df3c945e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/exporters/GLTFExporter.js

+ 1 - 1
examples/js/exporters/GLTFExporter.js

@@ -1070,7 +1070,7 @@ THREE.GLTFExporter.prototype = {
 
 			if ( object.name ) {
 
-				gltfNode.name = String(object.name);
+				gltfNode.name = String( object.name );
 
 			}