projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70337d
)
note about teapot rendering, front facing polygons have clockwise
author
Diederick Niehorster
<dcnieho@gmail.com>
Thu, 24 May 2012 15:05:34 +0000
(15:05 +0000)
committer
Diederick 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
patch
|
blob
|
history
diff --git
a/include/GL/freeglut_std.h
b/include/GL/freeglut_std.h
index
23e6806
..
8bdae35
100644
(file)
--- 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