(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 12:37:08 +0000 (20:37 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 12:37:08 +0000 (20:37 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a4c7411..9803e13 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -419,7 +419,7 @@ int main(int argc, char **argv) {
      40.0, /* field of view in degree */\r
       1.0, /* aspect ratio */\r
      1.0, /* Z near */\r
      40.0, /* field of view in degree */\r
       1.0, /* aspect ratio */\r
      1.0, /* Z near */\r
-    1000.0  /* Z far */\r
+    1000000.0  /* Z far */\r
     );\r
 \r
   glMatrixMode(GL_MODELVIEW);\r
     );\r
 \r
   glMatrixMode(GL_MODELVIEW);\r

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