Taras Prystavskyj
Taras Prystavskyj
here is script I whant to make working http://188.226.157.20/3d/canvas_page_for_obj_model.html there you can see obj file type Here is code I need to get working. ` var loader = new THREE.OBJMTLLoader();...
solved this isue. Can now provide fix to your lib. ``` object.traverse( function ( child ) { if ( child.geometry !== undefined ) { console.log( "found object.geometry" ); geometry =...
I suppose yes. Don't remember the details of case now. But as I understand three.js stores all loaded models in object with same semantics. Besides now I can also say...