glutTimerFunc() 는 1회성 타이머를 등록한다.
그런 이유로 timer callback 내부에서 다시 타이머를 등록해 주어야 한다.
[링크: http://hekamedia.egloos.com/3449095]
[링크: http://skrcjstk.tistory.com/49]
value는 func에 넘겨주기 위한 값이다.
그런 이유로 timer callback 내부에서 다시 타이머를 등록해 주어야 한다.
[링크: http://hekamedia.egloos.com/3449095]
[링크: http://skrcjstk.tistory.com/49]
value는 func에 넘겨주기 위한 값이다.
void glutTimerFunc(unsigned int msecs, void (*func)(int value), value); [링크 : http://www.opengl.org/resources/libraries/glut/spec3/node64.html] |
'Programming > openGL' 카테고리의 다른 글
glOrtho() (0) | 2011.10.07 |
---|---|
openGL Line 관련설정 (0) | 2011.10.06 |
gluLookAt() 의 기본값 (0) | 2011.10.02 |
GLUT 키보드 콜백 함수 총정....리? (2) | 2011.10.02 |
GLUI (0) | 2011.09.30 |