Re: [osg-users] How to represent Scene Graph as a flow chart ?

2011-05-26 Thread Sanat Talmaki
Thanks Robert..I'll definitely take a look at that. Thanks, Sanat. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39755#39755 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://list

Re: [osg-users] How to represent Scene Graph as a flow chart ?

2011-05-26 Thread Robert Osfield
Hi Sanat, You can use the dot plugin to write out a .dot file for the scene graph and then use the 3rd party application dot from graphviz to convert this to an image. http://www.graphviz.org/ The OSG's present3D application has a code segment that support for visualizing scene graphs by wri

[osg-users] How to represent Scene Graph as a flow chart ?

2011-05-25 Thread Sanat Talmaki
Hi, I am building a GUI where users can load individual cad models and then save out the built up object as a single osg model. I am interested in showing the user a symbolic view of the scene graph similar to a flow chart where every node that is added by the user in the main window is shown