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

index 07e0efd..818fcf2 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 */
 GLfloat angle2 = 30;   /* in degrees */
 
 /* Near and far parameters */
-GLfloat near = -100;
-GLfloat far = 100;
+GLfloat near = -10;
+GLfloat far = 10;
 
 /* Zoom factor for mouse movements */
 GLfloat zoomFactor = 1.0;
 
 /* Zoom factor for mouse movements */
 GLfloat zoomFactor = 1.0;

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