(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 23144bc..aa26ba1 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -645,7 +645,7 @@ void init() {
   gluPerspective(\r
      60.0,  /* field of view in degree */\r
       1.0,  /* aspect ratio */ \r
-      0.0,  /* Z near */\r
+      -900.0,  /* Z near */\r
     900.0   /* Z far */\r
     );    \r
 \r

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