It seems that Three.js allows loading geometry from OBJ files (Blender, 3DsMax, etc), but is there any support for exporting a Three.js scene into an OBJ file (or any other formats)?
By looking extensively at the GitHub repository, I found an OBJ exporter (not shipped with three.js):
var exporter = new THREE.OBJExporter();
exporter.parse(mesh);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With