Hi!
Due runtime I create several IBillboardSceneNode's. Each one gets a unique Id, I create with a counter. I store those Id's in a core::list<s32> liste = core::list<s32>();, because later, I want to remove the nodes in order of appearance.
To achive that, I try to find the paticular node with scene::ISceneNode * tempBill = smgr->getSceneNodeFromId(*liste.getLast(), 0);
But everytime this line is called, the camera stops responding (I don't know if the application hangs of if it's just some other problem).
It would be great, if someone can help me, thanks!
Don't mind my english.... wasn't that good in shool...