glVertex3fv (point6); glEnd(); } void DrawPolyGon(void) {//画正方形 glColor3f(0.3f,0.2f,0.0f);//设置绘制颜色 glBegin(GL_POLYGON);//绘制正方形
確定! 回上一頁