glVertex2s (95-i,4+i); }. for(int i=0;i<=2;i++){ glVertex2s(4+i,95+i); glVertex2s(4-i,95+i); glVertex2s(4,95-i); }. glEnd(); glFlush(); }.
確定! 回上一頁