

下面是代码
glMatrixMode(GL_MODELVIEW);
//glLoadIdentity();
glRotatef(-rotateangle, 0.0, 0.0, 1.0);
glutPostRedisplay();
请问该怎么破?


下面是代码
glMatrixMode(GL_MODELVIEW);
//glLoadIdentity();
glRotatef(-rotateangle, 0.0, 0.0, 1.0);
glutPostRedisplay();
请问该怎么破?
关注