.x animation speed

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Wiz
Posts: 7
Joined: Sat May 20, 2006 8:22 pm

.x animation speed

Post by Wiz »

Is there a way to get speed and frames of the X Animator in Irrlicht 1.2? I've been playing around with this and can't find any method for it - the file loader refuses to recognize "AnimTicksPerSecond" built into the file, SetAnimationSpeed() and SetFrameLoop() do nothing, and the models just play their "idle" animations very very very slowly.
belfegor
Posts: 383
Joined: Mon Sep 18, 2006 7:22 pm
Location: Serbia

Post by belfegor »

Try setAnimationSpeed(some high value 5000,6000).
Small FPS demo made using Irrlicht&NewtonDEMO
InfoHERE
Its at very early stage but i think im crazy enough to finish it all alone.
Wiz
Posts: 7
Joined: Sat May 20, 2006 8:22 pm

Post by Wiz »

Well, don't I feel silly.

Thank you.
Post Reply