(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:28:00 +0000 (15:28 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 07:28:00 +0000 (15:28 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 618c1ae..78bfefd 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -502,7 +502,7 @@ int main(int argc, char **argv) {
   glDepthRange(0,1);\r
   glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
   glDepthFunc(GL_LEQUAL);  // the type\r
-  glEnable(GL_NORMALIZE);\r
+  glEnable(GL_CULL_FACE);\r
   glLineWidth(2.0);\r
 \r
   glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);\r

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