(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:57:18 +0000 (11:57 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:57:18 +0000 (11:57 +0800)
globals.c

index 11b524d..03d2f6f 100644 (file)
--- 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;

UCC git Repository :: git.ucc.asn.au