The following short section of code draws a single line between two points (0,0,0) and (50,50,50): glBegin(GL_LINES); glVertex3f(0.0f, 0.0f, 0.0 ...
確定! 回上一頁