... Point end, int ticks) { // First draw the line segment itself glBegin(GL_LINES); { glVertex2f(start.x, start.y); glVertex2f(end.x, end.y); } glEnd(); ...
確定! 回上一頁