Android : .STL 3d model (Render, Edit & Save/Update)

1.5k views Asked by At

I want to develop an android application which can load any 3D object ( of file format either .stl,.obj ) and performing operations like rotation,scaling,coloring or positioning and then saving the entire 3D object with all the changes made to it in .stl format. Does anyone know how to do it??

https://github.com/kshoji/STLViewer

With STLViewer library I am able to render & perform some operations on it (like Move, Rotate) but is there any possibility to save/update that 3d object with those changes ?

0

There are 0 answers