unconed / MathBox.js

MathBox is a (work in progress) library for making presentation-quality math diagrams in WebGL.
MIT License
1.94k stars 127 forks source link

Is it possible to export matchbox-generated graphics to an .obj, .gltf, .stl file? #45

Open gperez8 opened 6 years ago

gperez8 commented 6 years ago

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