Get all object in the scene

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
sebi707
Posts: 18
Joined: Tue Feb 20, 2007 4:19 pm

Get all object in the scene

Post by sebi707 »

i want to write my own scene importer and exporter. loading a scene is not the problem but how to write an exporter? i need to get all objets and entitiys in the scene but i can't find a function for this in the API.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You simply traverse the scene node graph. Each scene node, beginning with the root node, has children you'll have to visit.
Post Reply