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

diff --git a/scene.c b/scene.c
index e003003..55b1856 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -442,7 +442,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_CULL_FACE);\r
+  //glEnable(GL_CULL_FACE);\r
   glLineWidth(1.0);\r
 \r
   glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);\r

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