(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 03:57:21 +0000 (11:57 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 03:57:21 +0000 (11:57 +0800)
scene.c

diff --git a/scene.c b/scene.c
index b869afa..0488bce 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -584,8 +584,8 @@ void init() {
   gluPerspective(\r
      40.0,  /* field of view in degree */ \r
       1.0,  /* aspect ratio */ \r
-     20.0,  /* Z near */\r
-    100.0   /* Z far */ \r
+      0.0,  /* Z near */\r
+    900.0   /* Z far */\r
     );\r
   \r
   glMatrixMode(GL_MODELVIEW);\r

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