void display(void) { glPointSize(5);//在繪制之前要設置要相關參數,這里設置點的大小為5像素 glBegin(GL_POINTS); { glVertex2f(0.0f, ...
確定! 回上一頁