From: Ash Tyndall Date: Tue, 18 Oct 2011 12:34:53 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=664a6aa10f9219f5e8c52ae9f05f68615a548457;ds=sidebyside --- diff --git a/scene.c b/scene.c index 4c6bcf9..5e492e5 100644 --- a/scene.c +++ b/scene.c @@ -670,8 +670,8 @@ void init() { gluPerspective( 60.0, /* field of view in degree */ 1.0, /* aspect ratio */ - -1000.0, /* Z near */ - 1000.0 /* Z far */ + -100.0, /* Z near */ + 100.0 /* Z far */ ); glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);