summaryrefslogtreecommitdiffstats
path: root/sdl
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2010-10-10 18:49:06 -0500
committerKamil Kaminski <kamilkss@gmail.com>2010-10-10 18:49:06 -0500
commitab71177f588fe9a6508111d21be697281d85627a (patch)
tree84c661b0284f8934aba85c52f1629555a53f8993 /sdl
parent105e155adb4f8746187ac3badb8611986842ab28 (diff)
downloadGLPyramid-ab71177f588fe9a6508111d21be697281d85627a.tar.gz
GLPyramid-ab71177f588fe9a6508111d21be697281d85627a.tar.bz2
GLPyramid-ab71177f588fe9a6508111d21be697281d85627a.zip
pyramid: add func declaration from man page
Diffstat (limited to 'sdl')
-rw-r--r--sdl/pyramid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/pyramid.c b/sdl/pyramid.c
index 318e27a..418547d 100644
--- a/sdl/pyramid.c
+++ b/sdl/pyramid.c
@@ -31,6 +31,7 @@ static void resize(int w, int h)
glLoadIdentity();
/* produce the perspective projection */
+ /* void gluPerspective(GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) */
gluPerspective(40.0f, fAspect, 1.0, 40.0);
glMatrixMode(GL_MODELVIEW);