www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: arianaa30 on May 08, 2012, 04:30:41 am

Title: md2 animation slowdown
Post by: arianaa30 on May 08, 2012, 04:30:41 am
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?
Title: Re: md2 animation slowdown
Post by: EgonOlsen on May 08, 2012, 07:09:12 am
Just play around with the animation index. The animation advances as fast as you increase the index.
Title: Re: md2 animation slowdown
Post by: arianaa30 on May 08, 2012, 10:16:06 am
ummm, that's good. Thanks buddy. I was thinking of handling using a counter...