Bitmap Fonts and Texture Map conflict

Started by
0 comments, last by Kalidor 19 years, 2 months ago
im implementing bitmap fonts into my GL app and im also texture mapping, the problem is that if i glEnable( GL_TEXTURE_2D ) my text is no longer diplayed. I know there's a simple answer to this problem...
Advertisement
Disable texturing when it isn't needed.

This topic is closed to new replies.

Advertisement