Przeglądaj źródła

Update GLTFExporter.js

Update padding
Christopher Cook 7 lat temu
rodzic
commit
41df3c945e
1 zmienionych plików z 1 dodań i 1 usunięć
  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 );
 
 			}