glVertex2f (0.5, 0.5); glColor3f(0.0, 0.0, 1.0); // Set the color state: blue glVertex2f(0.5, -0.5); // Ok we are done drawing glEnd();
確定! 回上一頁