All pastes #2081717 Raw Edit

Anonymous

public text v1 · immutable
#2081717 ·published 2011-09-21 02:38 UTC
rendered paste body
void showScreenText(char* showText)
{
	glRasterPos2i(1.5f, -1.5f);
	glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
	glutBitmapString(GLUT_BITMAP_HELVETICA_12, showText);
}