... glVertex3f(1, 1, 0); glColor3f(1, 0, 0); glVertex3f(1, 0, 0); glEnd(); //結束畫圖 //開始畫圖 glBegin(GL_QUADS); //畫四邊形 glColor3f(1, ...
確定! 回上一頁