How can i convert from "STL" format to "3DS"
Is there any way to convert an STL 3D object to开发者_JAVA技巧 a 3ds one by matlab code or C++
AssImp. Import formats and output formats.
c ++ language you can refer to lib3ds. Maybe you can think about the OpenSceneGraph's osgDB plugin. It deal with the stl format and 3ds format.
精彩评论