Animation frame ranges with .X models

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
Culando
Posts: 12
Joined: Mon Jan 29, 2007 3:20 am

Animation frame ranges with .X models

Post by Culando »

For my project my partner will be using .x meshes for our models. However, I'll need to set up the starting and ending frames for the various animations somehow so when I call EMAT_STAND or whatever properly with the models that were made. I just need to know where and how to set those up.
Phant0m51
Posts: 106
Joined: Mon Jan 15, 2007 6:07 am

Post by Phant0m51 »

You'll need to set the starting end ending frame loop.

yournode->setFrameLoop(0,?)

? = your animation end frame.

Do a search for animating AND setframeloop

make sure to include the word AND in your search to narrow it down.
Culando
Posts: 12
Joined: Mon Jan 29, 2007 3:20 am

Post by Culando »

Aah, many thanks, that will help.
Post Reply