Sprite Animation in Android with OpenGL ES
- by lijo john
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