🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Text dissapearing?

Started by
1 comment, last by CrashStar 18 years, 3 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
Advertisement
Please post the code you're using to output the text. Thanks.
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