... 再画个梯形,需要注意笔顺 glColor3f(0.5, 0.5, 0.5); //Grey glVertex2d(0.5, 0.5); glVertex2d(1, 1); glVertex2d(1, 0); glVertex2d(0.5, 0); ...
確定! 回上一頁