Author Topic: md2 animation slowdown  (Read 2345 times)

Offline arianaa30

  • byte
  • *
  • Posts: 44
    • View Profile
md2 animation slowdown
« 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?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: md2 animation slowdown
« Reply #1 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.

Offline arianaa30

  • byte
  • *
  • Posts: 44
    • View Profile
Re: md2 animation slowdown
« Reply #2 on: May 08, 2012, 10:16:06 am »
ummm, that's good. Thanks buddy. I was thinking of handling using a counter...