I have this:
It compiles all fine but i dont see the text on screen, whats wrong?Code:void * font=GLUT_BITMAP_8_BY_13;
glutBitmapCharacter(font,'3');
glRasterPos2f(2,2);
Printable View
I have this:
It compiles all fine but i dont see the text on screen, whats wrong?Code:void * font=GLUT_BITMAP_8_BY_13;
glutBitmapCharacter(font,'3');
glRasterPos2f(2,2);