Anonymous
public text v1 · immutablevoid showScreenText(char* showText)
{
glRasterPos2i(1.5f, -1.5f);
glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
glutBitmapString(GLUT_BITMAP_HELVETICA_12, showText);
}
void showScreenText(char* showText)
{
glRasterPos2i(1.5f, -1.5f);
glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
glutBitmapString(GLUT_BITMAP_HELVETICA_12, showText);
}