(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 00:46:56 +0000 (08:46 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 00:46:56 +0000 (08:46 +0800)
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