用OpenGL绘制多边形时,绘制的图形变形了void MyDraw(){ glColor3f(1.0, 1.0, 1.0); glBegin(GL_POLYGON); glVertex2i(380, 380); glVertex2i(320, ...
確定! 回上一頁