OpenGL thinks the coordinate System first rotates, then translates. For example glRotatef(45,0,0,1); glTranslatef(4,0,0); glBegin(…); glVertex3f ...
確定! 回上一頁