GL_COLOR_BUFFER_BIT表示清除顏色 glPointSize(10.0f); glColor3f(0, 0, 1); //畫出型值點和控制點(藍色) glBegin(GL_POINTS); glVertex2d(p0.x, ...
確定! 回上一頁