OpenGL

jjuiddong
이동: 둘러보기, 찾기
void print_bitmap_string(void* font, char* s)
{
	if (s && strlen(s)) {
		while (*s) {
			glutBitmapCharacter(font, *s);
			s++;
		}
	}
}

	glRasterPos3f(-0.5f, 0.7f, -0.5f);
	print_bitmap_string(GLUT_BITMAP_9_BY_15, "Odds");


개인 도구
이름공간

변수
행위
둘러보기
도구모음