void drawTurbine() { // draw the tower glBegin(GL_LINES); glColor3f(1.0, 1.0, 1.0); glVertex2f(160, 40); glVertex2f(163, 180); glVertex2f(160, ...
確定! 回上一頁