我試著像這樣寫glPushMatrix(); glLoadIdentity(); glBegin(GL_POLYGON); glColor3f(1.0f,1.0f,1.0f); for(int i=1;i<10;i++){ glVertex3f(x,y,0.0f); } ...
確定! 回上一頁