Mr.doob 10 vuotta sitten
vanhempi
commit
b882201830
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      examples/js/exporters/OBJExporter.js

+ 2 - 0
examples/js/exporters/OBJExporter.js

@@ -136,7 +136,9 @@ THREE.OBJExporter.prototype = {
 		};
 
 		object.traverse( function ( child ) {
+
 			if ( child instanceof THREE.Mesh ) parseMesh( child );
+
 		} );
 
 		return output;