Sprite Animation in Android with OpenGL ES

Posted by lijo john on Game Development See other posts from Game Development or by lijo john
Published on 2012-10-12T06:32:03Z Indexed on 2012/10/12 9:51 UTC
Read the original article Hit count: 247

How to do a sprite animation in android using OpenGL ES?

What i have done :

Now I am able to draw a rectangle and apply my texture(Spritesheet) to it

What I need to know :

Now the rectangle shows the whole sprite sheet as a whole How to show a single action from sprite sheet at a time and make the animation

It will be very help full if anyone can share any idea's , links to tutorials and suggestions.

Advanced Thanks to All

© Game Development or respective owner

Related posts about android

Related posts about animation