ms3d animation in irrlicht

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
jamia
Posts: 5
Joined: Fri Oct 12, 2007 7:42 am

ms3d animation in irrlicht

Post by jamia »

hi! i am new to gaming. i've used irrlicht before for developing a quake sort of a game. in that game i used md2 models. now i want to develop cricket using irrlicht and for that i need to use ms3d models. i know about the compatibility of irrllicht with ms3d, but my major issue is to know about the motions(modes) of ms3d models.

if anyone has the code for the motion of ms3d models kindly send it to me.
i'll highly apppreciate it.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Do you mean how to set which animation is playing? You simply use setFrameLoop(startFrame, endFrame);
Image Image Image
Post Reply