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?
Just play around with the animation index. The animation advances as fast as you increase the index.
ummm, that's good. Thanks buddy. I was thinking of handling using a counter...