OpenGL

jjuiddong
Jjuiddong (토론 | 기여) 사용자의 2013년 8월 25일 (일) 22:05 판

(비교) ← 이전 판 | 최신판 (비교) | 다음 판 → (비교)
이동: 둘러보기, 찾기
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");


개인 도구
이름공간

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