From 71c0aa1b0c139a5555d9c07eb23edb410697c185 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Thu, 24 May 2012 15:05:34 +0000 Subject: [PATCH] note about teapot rendering, front facing polygons have clockwise 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 23e6806..8bdae35 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -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 -- 1.7.10.4