ISceneNode::Children order

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
U238
Posts: 14
Joined: Mon Aug 17, 2009 1:01 pm
Location: Taganrog, Russia

ISceneNode::Children order

Post by U238 »

Hi all, I have such a noob question.
I store parent empty scene node and its children among which I have billboard scene nodes.
The question is that if I can be sure that these billboards are stored in the order I created them (skipping scene nodes of other types)?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There are no guarantees for such behavior, but currently it would work.
Post Reply