From: Ash Tyndall Date: Thu, 20 Oct 2011 12:35:58 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=dceb293de90f7794cfc9ced75740fd34a9cf2b86 --- diff --git a/scene.c b/scene.c index 4615b63..c30c497 100644 --- a/scene.c +++ b/scene.c @@ -418,7 +418,7 @@ int main(int argc, char **argv) { gluPerspective( 40.0, /* field of view in degree */ 1.0, /* aspect ratio */ - 0.0, /* Z near */ + -10, /* Z near */ 1000.0 /* Z far */ );