2
0
Mr.doob 10 жил өмнө
parent
commit
b882201830

+ 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;