diff options
| -rw-r--r-- | sdl/pyramid.c | 1 | 
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); | 
