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

diff --git a/scene.c b/scene.c
index de52ab8..39809ef 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -314,8 +314,8 @@ void init() {
    gluPerspective(\r
     60.0,  /* field of view in degree */\r
      1.0,  /* aspect ratio */\r
-    near,  /* Z near */\r
-     far   /* Z far */\r
+    nearClip,  /* Z near */\r
+     farClip   /* Z far */\r
     );\r
   \r
   glMatrixMode(GL_MODELVIEW);\r

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