From: Ash Tyndall Date: Wed, 19 Oct 2011 12:15:46 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=39c33ee13f412a215cd236f017f222d873dc968f --- diff --git a/scene.c b/scene.c index 78ac064..88cb621 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 = 50; +GLfloat far = 10; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;