Advertisement

Text dissapearing?

Started by March 09, 2006 10:14 PM
1 comment, last by CrashStar 18 years, 6 months ago
I am writing some OpenGL code and when I run the application on other computers I am getting strange results with the text output. I am using the text method from tutorial 13. On one computer the text doesn't even show up, and on another, the text is on the top layer even though it was placed on the bottom layer. Any ideas? Thanks, Jason
Please post the code you're using to output the text. Thanks.
Advertisement
Try this:(i dont know if its right method, but it worked out fine for me)

before GlPrint(); u put gl_Disable(GL_BLEND); and after it u put gl_Enable(GL_BLEND);

This topic is closed to new replies.

Advertisement