Lesson 17 and variables...
How should I do to print variables with Nehe''s tutorial 17
about 2D Texture fonts?
I have tried for a while now and can''t get it to work.
-----------------------------Reporter: Are they slow-moving, chief?Sheriff: Yeah, they're dead. They're all messed up.-Night of the living dead
using the glPrint func ??
int var = 6;
char mystr[256];
sprintf( mystr, "var is: %i", var );
glPrint( x, y, mystr, 0);
int var = 6;
char mystr[256];
sprintf( mystr, "var is: %i", var );
glPrint( x, y, mystr, 0);
Ries
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement