sprite animation in openGL
- by Sid
I am facing problems on implementing sprite animation in opneGL ES.
i've googled it and the only thing i am getting is the Tutorial implementing via Canvas.
i know the way but i am having problems in implementing it.
What i need : A sprite animation on collision detection.
What i did : Collision Detection function working properly.
PS : everything is working fine but i want to implement the animation in OPENGL ONLY. Canvas won't work in my case.