... void myDisplay3() { int i; glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_POLYGON); for (i=0; i<n; ++i) { glVertex2f(R*cos(2*Pi/n*i), ...
確定! 回上一頁