md2 animation slowdown

Started by arianaa30, May 08, 2012, 04:30:41 AM

Previous topic - Next topic

arianaa30

Hi there,
I've tried to load a md2 animation file, and based on what I've learned from others, it seems that I should always put the animated scenes in the onDrawFrame() method. However it worked. but as was expected, it is so fast. What is the best way to slow it down?

EgonOlsen

Just play around with the animation index. The animation advances as fast as you increase the index.

arianaa30

ummm, that's good. Thanks buddy. I was thinking of handling using a counter...