note about teapot rendering, front facing polygons have clockwise
[freeglut] / 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