点:点是最基本的图元,在PyOpenGL中表示方法:glVertex(x, y, [z], [w])最多可以使用4个参数,其中2D就是glVertex2f(x, y), 3D就是glVertex3f(x, y, ...
確定! 回上一頁