From: Ash Tyndall Date: Thu, 20 Oct 2011 01:44:43 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ffb95814b6e8d3ef616722cd64e07a7af0defd74;ds=inline --- diff --git a/scene.c b/scene.c index 927c1f4..e42c48c 100644 --- a/scene.c +++ b/scene.c @@ -694,8 +694,8 @@ void init() { gluPerspective( 60.0, /* field of view in degree */ 1.0, /* aspect ratio */ - near, /* Z near */ - far /* Z far */ + -10, /* Z near */ + 10 /* Z far */ );