From ab71177f588fe9a6508111d21be697281d85627a Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 10 Oct 2010 18:49:06 -0500 Subject: pyramid: add func declaration from man page --- sdl/pyramid.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3