Advertisement

Lesson 17 2D Texture Font with white background.

Started by September 27, 2011 04:45 PM
-1 comments, last by sobaka 13 years, 4 months ago
Hi all

I am sure this is silly question but I couldn't find why it's not working.

I am using lesson 17 with 2007 C++ Builder and it's working, but if I just change font color to black.

glColor3f(0.0f,0.0f,0.0f); // Set color to black

i don't see the font it changes color to white. So my question is why this is happening and how can I overcome this issue.

Any comment would be appreciated.

Thanks in advance.

This topic is closed to new replies.

Advertisement