note about teapot rendering, front facing polygons have clockwise
authorDiederick Niehorster <dcnieho@gmail.com>
Thu, 24 May 2012 15:05:34 +0000 (15:05 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Thu, 24 May 2012 15:05:34 +0000 (15:05 +0000)
winding

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1321 7f0cb862-5218-0410-a997-914c9d46530a

include/GL/freeglut_std.h

index 23e6806..8bdae35 100644 (file)
@@ -544,6 +544,7 @@ FGAPI void    FGAPIENTRY glutSolidIcosahedron( void );
 
 /*
  * Teapot rendering functions, found in freeglut_teapot.c
+ * NB: front facing polygons have clockwise winding, not counter clockwise
  */
 /* TODO: doesn't work with GLES1 yet */
 #ifndef EGL_VERSION_1_0