Using the GL_LINES mode, OpenGL will draw for us a line for every two vertices we specify. C++. Copy Code. glBegin (GL_LINES); glColor3f (1, 0, ...
確定! 回上一頁