Hi Conan, On Sat, Sep 10, 2011 at 6:36 PM, Conan Doyle <[email protected]> wrote: > Several years ago I used an app, I think it was CG2's audition, which allowed > you to load a model and you could see the structure of the scenegraph, nodes > etc. It displayed it in a list-like container.... I am looking for something > like that for OSG, preferrably based on OSG, that can also load ive files.
Would graphviz's dot tools be something like what you are looking for? The OSG has a plugin for writing a scene graph to a .dot file when can be then read by graphviz's tools to generate an image, and that image can then in the OSG. There is support in the OSG's present3D application for doing this roundtrip. Have a look at the code in src/osgPresentation/SlideShowContructor.cpp - in particular the implementation of SlideShowConstructor::addGraph(..) method. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

