glBegin (GL_POINTS);. glVertex3f(0,0,0);. glEnd();. glBegin(GL_POINTS); : 要畫點了! glVertex3f(x, y, z); : 指定點座標! ... glBegin(GL_POLYGON);.
確定! 回上一頁