sprite animation in openGL
Posted
by
Sid
on Game Development
See other posts from Game Development
or by Sid
Published on 2012-09-22T11:44:17Z
Indexed on
2012/09/22
15:49 UTC
Read the original article
Hit count: 178
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.
© Game Development or respective owner