Hi Richard,

The OSG doesn't have general tree/graph visualization built into the
core OSG.  The closest would be to use the .dot writer and then invoke
the graphviz dot application to generate a image which you then read
and display.   The
OpenSceneGraph/src/osgPresentation/SlideShowConstructor.cpp has so
code (in the SlideShowConstructor::addGraph(..) method shows has this
can be done, it's a bit hack but can be useful.

Robert.

On 31 December 2012 11:25, Richard Steffen <[email protected]> wrote:
> Hi,
>
> i am looking for a class/plugin/toolkit to visualize a tree or graph.
> In VTK this can be done with the vtkGraphLayoutView. Is there something 
> similar in OSG available?
>
>
> Thank you!
>
> Cheers,
> Richard
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=51743#51743
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to