per old glut manpages, glutTeapot calls generate clockwise frontfacing
authorDiederick Niehorster <dcnieho@gmail.com>
Sun, 18 Mar 2012 07:37:08 +0000 (07:37 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Sun, 18 Mar 2012 07:37:08 +0000 (07:37 +0000)
commit5967c644cc32fbe16e66bcb4468604eaaee5428b
tree63a641334bbd09e35117bcc98b988523fa155d47
parent094c263eff25a3f7f9cf806661f89caf01d70026
per old glut manpages, glutTeapot calls generate clockwise frontfacing
polygons. Following recommendations in these manpages, updated the
shapes demo by surrounding calls with glFrontFace(GL_CW); and
glFrontFace(GL_CCW);

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1190 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/shapes/shapes.c