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 ?