From: Ash Tyndall Date: Tue, 18 Oct 2011 13:45:34 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=4c003391e2564ab1a3b45e1fe9f2490b55847f98 --- diff --git a/scene.c b/scene.c index 954d75c..9fb79f8 100644 --- a/scene.c +++ b/scene.c @@ -123,8 +123,8 @@ GLfloat angle = -150; /* in degrees */ GLfloat angle2 = 30; /* in degrees */ /* Near and far parameters */ -GLfloat near = -100; -GLfloat far = 100; +GLfloat near = -10; +GLfloat far = 50; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;