(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:34:53 +0000 (20:34 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 12:34:53 +0000 (20:34 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 4c6bcf9..5e492e5 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -670,8 +670,8 @@ void init() {
   gluPerspective(\r
        60.0,  /* field of view in degree */\r
         1.0,  /* aspect ratio */\r
   gluPerspective(\r
        60.0,  /* field of view in degree */\r
         1.0,  /* aspect ratio */\r
-    -1000.0,  /* Z near */\r
-     1000.0   /* Z far */\r
+    -100.0,  /* Z near */\r
+     100.0   /* Z far */\r
     );    \r
 \r
   glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);\r
     );    \r
 \r
   glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1);\r

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