glClear(GL_COLOR_BUFFER_BIT); int x = 0 ; int y = 0; glBegin(GL_POLYGON); glVertex2d(x, y); glVertex2d(x, y + 50); glVertex2d(x + 100, ...
確定! 回上一頁