(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 01:43:47 +0000 (09:43 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 01:43:47 +0000 (09:43 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 46e4f93..927c1f4 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -123,11 +123,11 @@ GLfloat angle = -150;   /* in degrees */
 GLfloat angle2 = 30;   /* in degrees */\r
 \r
 /* Near and far parameters */\r
 GLfloat angle2 = 30;   /* in degrees */\r
 \r
 /* Near and far parameters */\r
-GLfloat near = -20;\r
-GLfloat far = 20;\r
+GLfloat near = -100;\r
+GLfloat far = 100;\r
 \r
 /* Zoom factor for mouse movements */\r
 \r
 /* Zoom factor for mouse movements */\r
-GLfloat zoomFactor = 2.0;\r
+GLfloat zoomFactor = 1.0;\r
 \r
 /* Recursion level for floor drawing */\r
 int drawFloorRecurse = 5;\r
 \r
 /* Recursion level for floor drawing */\r
 int drawFloorRecurse = 5;\r

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