I am trying to load a texture for the player, but in my game I have been using Quads to draw stuff in a sort of random manner.
However when I do draw the texture, or more it seems when I call ‘glEnable(GL_TEXTURE_2D);’ in my initGL method the rest of the other stuff disappears which is a shame. Do I have to turn everything in to a texture??
Thanks in advanced.