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.
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.
I have solved this problem
Thanks for your help. :)