glPointSize(4);. glBegin(GL_POINTS);. glVertex2f (-0.5, -0.5);. glVertex2f (0.5, -0.5);. glVertex2f (0.5, 0.5);. glVertex2f (-0.5, 0.5);. glEnd();.
確定! 回上一頁