참조 위치: http://www.lighthouse3d.com/opengl/billboarding/index.php?billCheat
float modelview[16];
int i,j;
// save the current modelview matrix
glPushMatrix();
// get the current modelview matrix
glGetFloatv(GL_MODELVIEW_MATRIX , modelview);
'그래픽스 관련' 카테고리의 다른 글
[Maya] Setting up Visual Studio 2010 for Maya Plugin Development (0) | 2011.06.17 |
---|---|
(OpenGL) glLight 함수의 GL_POSITION에 전달하는 값에 대해 (0) | 2009.12.10 |
기초상식. 1080p (0) | 2009.10.30 |
기초상식. NTSC와 PAL. (네이버지식IN) (0) | 2009.10.30 |
(GLUT)마우스모션처리 함수에서 파라미터로 받아온 좌표 변환하기. (0) | 2009.10.15 |