Page 1 of 1

visualizing scene nodes?

Posted: Thu Mar 17, 2005 1:35 pm
by markus
Hi all,
is there a possibilitiy to graphically view all nodes that are involved in a scene?
To have an hierarchical overview similiar to the windows explorer?

greetings
Markus

Posted: Thu Mar 17, 2005 11:13 pm
by jox
I've written a little GUI class that uses a listbox to display the scene node hirarchy. It shows the debug name, the id, the name (if it has one) and also indicates if the node is visible or not. I'll post it a little later.

jox

Posted: Sat Mar 19, 2005 7:58 am
by markus
Hi Jox,
yes it would be interesting to study your code.
so please post it.

Greetings
Markus

Posted: Sat Mar 19, 2005 8:35 pm
by jox
Sure, look here:

http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6017

I also added the possibility to display the gui elements hierarchy.