... 1.0f); // Blue glVertex2f(0.6f, -0.9f); glEnd(); glBegin(GL_POLYGON); ... 几何图元可以通过glVertex 函数指定其顶点,并由一对glBegin 和glEnd 包裹来定义。
確定! 回上一頁