All pastes #2087539 Raw Edit

Unnamed

public text v1 · immutable
#2087539 ·published 2011-10-07 08:41 UTC
rendered paste body
void showtext(char* text)
{
	glRasterPos2i(1.5f, -1.5f);
	glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
	glutBitmapString(GLUT_BITMAP_HELVETICA_12, text);
}