... according to the GL_LINES primitive glBegin(GL_LINES); // Vertex 1 glVertex2f(-1.0, 1.0); // Vertex 2 glVertex2f(2.0, 2.0); // Vertex 3 glVertex2f(0.0, ...
確定! 回上一頁