glBegin (GL_POLYGON); { for (i = 0; i <= 50; i++, theta += delTheta) { glVertex2f(rad * cos(theta), rad * sin(theta)); }
確定! 回上一頁