problem with variable output into screen

Started by
0 comments, last by simluk 20 years ago
hi people, maybe someone could tell me how in opengl i could output for example integer value into the screen? if it is possible with glut then could you tell me how? thanks
Advertisement
The first of many tutorials NeHe has about printing text to the screen: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=13

Once you have a function to print text to the screen, it''s as easy as using sprintf or some other means to write the variable to a string.

-Arek the Absolute
-Arek the Absolute"The full quartet is pirates, ninjas, zombies, and robots. Create a game which involves all four, and you risk being blinded by the sheer level of coolness involved." - Superpig

This topic is closed to new replies.

Advertisement