1.点绘制OpenGL提供了一系列函数。它们都以glVertex开头,后面跟一个数字和1~2个字母。例如: glVertex2d(x,y) glVertex2f(x,y) glVertex3f(x,y,z) ...
確定! 回上一頁