glBegin(GL_LINES); glVertex2f(10, 10); glVertex2f(20, 20); glEnd(); ... Each point value in glVertex2f is between -1 and 1, ... For example:
確定! 回上一頁