I have tried to convert a generated graphic to an .obj file with OBJExport.js however it is not possible when passing the scene. var exporter = new THREE.OBJExporter(); var result = exporter.parse( scene );