Page 1 of 1

Node id

Posted: Mon May 08, 2006 7:04 pm
by megalomania666
I have looked around for an answer to this for some time now,

I use the code from tutorial 7 (Collision), I load my MY3D file into the engine, It works very good and no problem there at all, I can collision detect and all that.

Next step is that I need to get the id from the nodes, it says that 18 nodes is created when it load my MY3d file.

QUESTION :
Do these 18 nodes get an id by the engine when it reads in the MY3D file into or do I have to assign the ids?

Posted: Mon May 08, 2006 9:52 pm
by Acki
If you had a look at the documentation you'd see that the id is set tu -1 by default... ;)
So you'll have to set the IDs on your own...

Posted: Tue May 09, 2006 6:59 am
by megalomania666
Ok... I spent half a day looking around in the forum. :lol: