How can a make an array of nodes e.g
instead of
player1
player2
player3
player4
..........
something like this
player[100];
thanks in advance.
How do I make a node array?
simple its like ISceneNode* player[100];
or you can use irrlicht's array, here is link for its api.
http://irrlicht.sourceforge.net/docu/cl ... array.html
or you can use irrlicht's array, here is link for its api.
http://irrlicht.sourceforge.net/docu/cl ... array.html
-
- Competition winner
- Posts: 189
- Joined: Tue Oct 16, 2007 3:53 am
- Location: Indonesia
- Contact: