From: Ash Tyndall Date: Tue, 18 Oct 2011 03:57:21 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=acad09733179bca04aa9c2c74e6092b072d1ae43 --- diff --git a/scene.c b/scene.c index b869afa..0488bce 100644 --- a/scene.c +++ b/scene.c @@ -584,8 +584,8 @@ void init() { gluPerspective( 40.0, /* field of view in degree */ 1.0, /* aspect ratio */ - 20.0, /* Z near */ - 100.0 /* Z far */ + 0.0, /* Z near */ + 900.0 /* Z far */ ); glMatrixMode(GL_MODELVIEW);