glEnd(); glutSwapBuffers(); glFlush(); } GL_POINTS glBegin(GL_POINTS); glVertex2d(0.5,0.5); glVertex2d(0.5,0.0); glVertex2d(0.5,-0.5); ...
確定! 回上一頁