animate md2 serialized object

Started by tuanphong, December 09, 2010, 04:20:51 AM

Previous topic - Next topic

tuanphong

I have a md2 serialized object.
as I read from the documentation, I call function animate(0)
I write this code in onDrawFrame event but it don't animate

Please help me.

EgonOlsen

You have to increase the value up to 1 and start to loop at 0 again once you've reached 1. With animate 0, you'll always render the same frame.

tuanphong

I have solved this problem
Thanks for your help. :)