From c042b436d22f2eb9fa232ff667f1e48ededef033 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 09:45:34 +0800 Subject: [PATCH] --- scene.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scene.c b/scene.c index e42c48c..71523bc 100644 --- a/scene.c +++ b/scene.c @@ -691,12 +691,12 @@ void init() { glMatrixMode(GL_PROJECTION); glLoadIdentity(); - gluPerspective( - 60.0, /* field of view in degree */ - 1.0, /* aspect ratio */ - -10, /* Z near */ - 10 /* Z far */ - ); + //gluPerspective( + // 60.0, /* field of view in degree */ + // 1.0, /* aspect ratio */ + // near, /* Z near */ + // far /* Z far */ + // ); glLightfv(GL_LIGHT0, GL_POSITION, light0_pos); -- 2.20.1