"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Is it possible to render 2D animation ?

Hi, I want to render 2D animation when detecting the target . the animation must completely cover the image target ,when you move the camera the animation will still cover the image. How to do this with openGL ? or how to do this without openGL?? please help me

Kim, thanks for your reply,but I don't really understand what you mean "look into using sprite sheets",what is it? I succes to cover an image on the target, and I have a strange problem....

No, it isn't possible to directly render a html or fla animation using OpenGL (that I know of). You'll have to break up the animation into a series of textures and change the drawn texture on a timer.