Search found 3 matches
- Mon Mar 08, 2004 12:03 pm
- Forum: Beginners Help
- Topic: Billboard Movement
- Replies: 4
- Views: 470
- Sun Jan 25, 2004 12:54 pm
- Forum: Beginners Help
- Topic: walking forward?
- Replies: 22
- Views: 4273
- Wed Jan 14, 2004 8:52 pm
- Forum: Advanced Help
- Topic: Problem by with core::list
- Replies: 4
- Views: 1479
I found the solution
i want it to use like i uye the std::list, but i should a have read the doc a little bit deeper ;). I only need to crete a Iterator for the list, because i receive a reference :oops:, so i chnged the code to this and it works :D core::list<scene::ISceneNode*>::Iterator galChildIt = m_galaxyRootScene...