Adding "GLUT_MULTISAMPLE" to "shapes" demo ... because we can (see e-mail from Diederick C. Niehorster dated Mon 3/9/2009)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@800 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
1a8c55895d
commit
35201d3df8
@ -364,7 +364,7 @@ main(int argc, char *argv[])
|
|||||||
glutInitWindowSize(640,480);
|
glutInitWindowSize(640,480);
|
||||||
glutInitWindowPosition(40,40);
|
glutInitWindowPosition(40,40);
|
||||||
glutInit(&argc, argv);
|
glutInit(&argc, argv);
|
||||||
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
|
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
|
||||||
|
|
||||||
glutCreateWindow("OpenGLUT Shapes");
|
glutCreateWindow("OpenGLUT Shapes");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user