(no commit message)
[atyndall/cits2231.git] / 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