Stuttering animation in iPhone OpenGL ES although fps is high

Posted by guymic on Stack Overflow See other posts from Stack Overflow or by guymic
Published on 2010-04-25T17:51:07Z Indexed on 2010/04/25 17:53 UTC
Read the original article Hit count: 226

Filed under:
|
|

I am building a 2d OpenGL es application For iPad it displays a background texture and numerous textures on top of it which are always in motion.

Every frame their location is recalculated based on time delta and speed and the entire thing is being rendered at 60 fps successfully, but still as the movement speed of the sprites raises, thing look stuttering.

Any ideas? Are there inherit problems with what I'm doing? Are there known design patterns for smooth animation?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about opengl-es