kovacsv / assimpjs

The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
MIT License
117 stars 18 forks source link

How to convert step model to glb?this is a quession #16

Open Myfyz opened 4 months ago

Myfyz commented 4 months ago

How to convert step model to glb? I try to convert a CAD model to .glb model ,eg: I convert a .step model to .glb model,but show "import error",why?No support? let result = ajs.ConvertFileList (fileList, 'glb2');