Hi Michael -- I've seen many people ask for this, but no one has ever
explained how they would want the tree view to behave in the presence of
multiparenting.

Both osgEdit and Orihalcon have such tools, but I haven't played with them.

I have a NodeVisitor that creates a wx tree view. This is actually a trivial
programming task, quite simple to do as long as the code doesn't have to
support  multiparenting. The NodeVisitor just needs to keep a stack of
"folder" controls, top of stack is the parent of new folder controls that
get added for each node. Just push and pop the stack around each traverse()
call.

Paul Martz
Skew Matrix Software LLC
http://www.skew-matrix.com
+1 303 859 9466

-----Original Message-----
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Michael
Hasler
Sent: Tuesday, April 14, 2009 7:55 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] OsgNode/SceneGraph in TreeView

Hello,

I need to show an complete SceneGraph in an TreeView (QT), to browse trough
the scene objects.

Im asking here, cause i hope somebody can give me examples or some
information how to solve that problem.

Google want give me more :(

Thankas a lot !!!!!

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=10199#10199





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to