visualizing scene nodes?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
markus
Posts: 23
Joined: Tue Mar 01, 2005 9:01 pm
Location: Germany

visualizing scene nodes?

Post 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
jox
Bug Slayer
Posts: 726
Joined: Thu Apr 22, 2004 6:55 pm
Location: Germany

Post 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
It is like it is. And because it is like it is, things are like they are.
markus
Posts: 23
Joined: Tue Mar 01, 2005 9:01 pm
Location: Germany

Post by markus »

Hi Jox,
yes it would be interesting to study your code.
so please post it.

Greetings
Markus
jox
Bug Slayer
Posts: 726
Joined: Thu Apr 22, 2004 6:55 pm
Location: Germany

Post by jox »

Sure, look here:

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

I also added the possibility to display the gui elements hierarchy.
It is like it is. And because it is like it is, things are like they are.
Post Reply