From: Ash Tyndall Date: Thu, 20 Oct 2011 01:45:34 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=c042b436d22f2eb9fa232ff667f1e48ededef033 --- 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);