Edge flicker when moving Camera (2D)

Posted by Matthias Reisner on Game Development See other posts from Game Development or by Matthias Reisner
Published on 2012-09-15T14:51:19Z Indexed on 2012/09/15 15:48 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

I have a Orthographic camera. I have a fixed landscape texture and a texture for a moveable object. If the object moves to the right the camera will also move with the object.

When I also draw an score text that should have fixed position on the screen, that score text position will be update too if the camera's position gets updated so that it looks like that it is fixed on the screen. But if I do that, I have some edge flickering at the text object. I'am using SpriteBatch!

Is there another approach to implement a fixed positioned object on the screen?

© Game Development or respective owner

Related posts about opengl

Related posts about java