... glVertex2i(0,0); 32 33 glColor3f(0.0,1.0,1.0); 34 glVertex2i(lin/2,col/2); 35 36 glColor3f(1.0,0.0,0.0); 37 glVertex2i(100,100); 38 glVertex2i(100,200); ...
確定! 回上一頁