for example: void display() { glClear(GL_COLOR_BUFFER_BIT); glPointSize(9); glBegin(GL_POINTS); glVertex2f (67.0,67.0);///6 lines glEnd(); glFlush(); }
確定! 回上一頁