lo-th / Oimo.js

Lightweight 3d physics engine for javascript
http://lo-th.github.io/Oimo.js
MIT License
3.05k stars 301 forks source link

Exporting a mesh into a 3D file? #95

Open ryanboldi opened 4 years ago

ryanboldi commented 4 years ago

Do you think there would be any way for me to export a mesh into a 3D model (i.e. a .stl or something like that)?

I know blender has a python interface but I do not know if there is an equivalent with javascript/this library. I would love to hear any ideas you might have about implementing this feature in js!

Thank you, Ryan