(no commit message)
[atyndall/cits2231.git] / globals.c
index 6f7e985..467d27b 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -56,8 +56,8 @@ GLfloat angle = -150;   /* in degrees */
 GLfloat angle2 = 30;   /* in degrees */
 
 /* Near and far parameters - calculates scene size */
-GLfloat near = -15;
-GLfloat far = 15;
+GLfloat near = -30;
+GLfloat far = 30;
 
 /* Near and far clipping planes - calculates clipping planes */
 GLfloat nearClip = -200;

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