I am currently trying just to get my texture to display on the background with only some luck. Currently my screen displays the texture but it displays it upside-down. And it appears to be the entire screen is inverted vertically; because when I move the image in moves the image in the opposite direction.
I have my look at projection like...
My main issue is when I tried rendering a texture with verteces it rendered fine.
Any ideas?
I have my look at projection like...
Code:
GLU.gluLookAt(gl, 0.0f, 0.0f, 5f,
0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f);
My main issue is when I tried rendering a texture with verteces it rendered fine.
Any ideas?