void glRotatef(GLfloat angle,GLfloat x,GLfloat y,GLfloat z); ... Let's take an example to illustrate ... glRotatef(day / 30.0*360.0, 0.0f, 0.0f, -1.0f);
確定! 回上一頁