Argument Function Example 1. GL_POINTS Treats each vertex as a single point. glBegin(GL_POINTS) glVertex2f(x1, y1); glEnd() 2. GL_LINES Treats each pair of ...
確定! 回上一頁