void display() { // 清除屏幕 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); //画点 glPointSize(5.0f); //设置点大小 glColor3f(0.0f, ...
確定! 回上一頁