![]() |
|
HUD always visible - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: HUD always visible (/thread-6028.html) |
HUD always visible - ruipex - Dec 15, 2004 05:49 PM Hi, I'm doing a school project, and I must have a HUD. Now, I'm having problems because the HUD I draw is not always visible. Could anybody help me?? (I'm using opengl and c language) HUD always visible - Josh - Dec 15, 2004 07:51 PM Source? HUD always visible - skyhawk - Dec 16, 2004 08:06 AM more info? HUD always visible - Fenris - Dec 16, 2004 02:06 PM info at all? what you want to do is to drop into gluOrtho2D mode, and draw from there. Search the forums for that call. |