Search code examples
openscenegraphwavefront3d-model

How to convert osgjs format to obj or similar formats?


This question deals with how to convert .osg to .obj but I am using the WebGL version. The osgconv cant handle the .osgjs extention. I cannot find any tools with regular search.

Typing osgconv model.osgjs model.obj doesnt work.


Solution

  • The osgjs plugin is intended only for exporting osg scenes towards osgjs and as such supports only writing, not reading.
    See implementation here.