View Full Version : Prompt in OpenGL
wasife
03-21-2005, 12:44 AM
Can any body tell me how to show a prompt in OpenGL like the one in games "Enter name of first Player"?
You have several ways to print text on screen while using opengl: you can draw bitmaps or textures.
You can use display lists to make the last (textures) easier.
Depending on the OS and the API you use, you can have functions that manages that, like glx allowing to give a font and that represents this font.
Hope this helps.
Silkut
03-21-2005, 03:55 AM
Try NeHe web page (http://nehe.gamedev.net) out
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.