I feel dumb.. anyone know how to...

Started by
0 comments, last by xlauvillx 22 years, 8 months ago
Okay here''s my deal... I''m using Bitmap fonts with opengl in win32. And I have an int variable that holds the number of balls remaining... it''s called balls. I want to print a line of text using the glCallLists() function that includes my balls with it. Preferably I''d like it to read something like: code : int balls = 5 glCallLists(blah blah print my text) output: Balls Remaining : 5 any ideas on how simple this is? please let me know
Advertisement
Check out NeHe''s font tutorials... He has several of them (about 4), that will be able to help you out.

------------------------------
Trent (ShiningKnight)
E-mail me
Shining Darkness- A division of Chromesphere Studios

This topic is closed to new replies.

Advertisement