Animation speed problem

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
comicsteam
Posts: 51
Joined: Thu Sep 11, 2008 2:24 pm
Location: Hong Kong
Contact:

Animation speed problem

Post by comicsteam »

I have made a character model with bone animation
the sampling framerate is 60fps and the animation has only 10 frames (1/6 second)
I exported it in .X format, and the exported file is correct (viewed in DirectX Viewer)
after loading into Irrlicht, everything is fine except the animation speed, it takes about 32 seconds! 200 times longer than the original one :shock:
I tried to use setAnimationSpeed to set the speed, but it has no effect.
does anyone know how to solve it?
Post Reply