In the example the triangle is drawn like this: Code: glBegin(GL_TRIANGLES);{ glVertex2f(0.0, 0.6); glVertex2f(-0.2, -0.3); glVertex2f(0.2, ...
確定! 回上一頁