OpenGL ES 1 Pixel Error?

Posted by Beginner001 on Game Development See other posts from Game Development or by Beginner001
Published on 2014-05-28T12:13:01Z Indexed on 2014/05/28 16:01 UTC
Read the original article Hit count: 244

I am developing a game on android using OpenGL ES 1.0 for Android OS. It is a 2d game using a simple Orthographic projection and textures for the sprites. One of these textures has a small line (it looks like 1 pixel) all the way across the top that has the same colors as the bottom 1-pixel line of the texture. It is almost as if the bottom line of the image raster was copied and pasted as the top line as well.

Is anyone familiar with this type of error? What could the problem be?

© Game Development or respective owner

Related posts about opengl

Related posts about android