To make OpenGL render points (GL_POINTS) as circles instead of squares be sure to add: glEnable(GL_POINT_SMOOTH);. aka point antialiasing.
確定! 回上一頁