From: Ash Tyndall Date: Thu, 20 Oct 2011 12:37:08 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=96724689b00d37e1194ea52ff664b41e7fe508fd --- diff --git a/scene.c b/scene.c index a4c7411..9803e13 100644 --- a/scene.c +++ b/scene.c @@ -419,7 +419,7 @@ int main(int argc, char **argv) { 40.0, /* field of view in degree */ 1.0, /* aspect ratio */ 1.0, /* Z near */ - 1000.0 /* Z far */ + 1000000.0 /* Z far */ ); glMatrixMode(GL_MODELVIEW);