Search found 1 match
- Sun Nov 30, 2003 7:42 pm
- Forum: Beginners Help
- Topic: smgr->getSceneNodeFromId
- Replies: 0
- Views: 746
smgr->getSceneNodeFromId
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 sc...