glColor3f (1.0, 1.0, 1.0); // Set the color state: white glVertex2f(-0.5, -0.5); glColor3f(1.0, 0.0, 0.0); // Set the color state: red
確定! 回上一頁