glBegin(GL_POINTS) glVertex2f(x1, y1); glEnd() 2. GL_LINES Treats each pair of vertices as an independent line segment. glBegin(GL_LINES) glVertex2f(x1,y1); ...
確定! 回上一頁