void Circle()//圓{ int i=0,n=100; double R=0.8f; glColor3f(1.0f,0.0f,1.0f); glBegin(GL_POLYGON); for(i=0;i<n;i++) ...
確定! 回上一頁