glLoadIdentity (); //gluOrtho2D(0, 800, 0, 800); glLineWidth(10.0f);. glBegin(GL_LINES); glColor3f(1.0, 0.0, 0.0); glVertex2f(-1.0f, -1.0f);
確定! 回上一頁