Search code examples
javascriptthree.jsopenscenegraph

Is it possible to convert a open inventor scenegraph into a threejs scene?


I want to visualize open inventor scengraph in webgl form! How can I approach this work? any ideas!


Solution

  • Use Coin to import to OpenSceneGraph, then use osgjs to export to a format three can read.