How can i set an animation to a .x mesh

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
Dar Future

How can i set an animation to a .x mesh

Post by Dar Future »

Hi i loaded a .x mesh into a level and i want to make that mesh walk, i only found setMD2Animation() function.
I want a setXAnimation(9 fuction kind a like.
Thanks in advance.
Elise
Posts: 48
Joined: Tue Jul 19, 2005 6:30 am
Contact:

Post by Elise »

Well you can use:

node->setFrameLoop(startFrame, endFrame);

but then you have to have the start and endframes for each animation.
majc
Posts: 6
Joined: Wed Sep 14, 2005 7:04 pm

Post by majc »

I tryed that but didnt work i think the modeler used a bipped animation that its not suported by irrlicht.
Post Reply