For example, what is the color of the center of the triangle in the following code? glBegin(GL_TRIANGLES); glColor3f(1.0f, 0.0f, 0.0f); //red glVertex3f(-1, 0, ...
確定! 回上一頁