From: Ash Tyndall Date: Wed, 19 Oct 2011 12:36:40 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=05f50c2a687dbe49b89e730d8636b12d5d8543c9 --- diff --git a/scene.c b/scene.c index 749c2aa..164d100 100644 --- a/scene.c +++ b/scene.c @@ -124,7 +124,7 @@ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ GLfloat near = -10; -GLfloat far = 10; +GLfloat far = 20; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;