From: Ash Tyndall Date: Thu, 20 Oct 2011 03:57:18 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=edba69010460021f07f3983efaee22403845cf52;hp=0027386de971932f47120fee28fec24a64d101b6 --- diff --git a/globals.c b/globals.c index 11b524d..03d2f6f 100644 --- a/globals.c +++ b/globals.c @@ -60,8 +60,8 @@ GLfloat near = -15; GLfloat far = 15; /* Near and far clipping planes - calculates clipping planes */ -GLfloat nearClip = -500; -GLfloat farClip = 500; +GLfloat nearClip = -200; +GLfloat farClip = 200; /* Zoom factor for mouse movements */ GLfloat zoomFactor = 1.0;