For example, the following program draws a triangle on the screen: ... glVertex2f(0, 0) glVertex2f(window.width, 0) glVertex2f(window.width, window.height) ...
確定! 回上一頁