Advertisement

glPrint()

Started by March 03, 2003 08:55 PM
0 comments, last by Falnom 21 years, 8 months ago
I am just trying to print a simple line on the screen useing: glPrint(-5.0f, 12, 0, "Text"); But when I try to compile and run I get the error: "''glPrint'' : undeclared identifier". Why? How can I write unto the screen? It seems I have #include all the neccessary headers...I am at a loss as to solveing this no doubt very simple problem. Please, any help would be very appreciated. Thanks.
It isn''t part of the OpenGL API. Nehe wrote it to make displaying text easier. I''m pretty sure the source is in tutorials 13, 14, and 15. Just copy and paste it.
Chess is played by three people. Two people play the game; the third provides moral support for the pawns. The object of the game is to kill your opponent by flinging captured pieces at his head. Since the only piece that can be killed is a pawn, the two armies agree to meet in a pawn-infested area (or even a pawn shop) and kill as many pawns as possible in the crossfire. If the game goes on for an hour, one player may legally attempt to gouge out the other player's eyes with his King.

This topic is closed to new replies.

Advertisement