(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 03:44:27 +0000 (11:44 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 03:44:27 +0000 (11:44 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 349ccbf..638683e 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -632,17 +632,17 @@ int main(int argc, char **argv) {
     glutInitWindowSize(500, 500);\r
     glutCreateWindow("Scene Editor");\r
 \r
-    /*glShadeModel(GL_SMOOTH); // Enables Smooth Shading\r
-    glClearColor(0.0f, 0.0f, 0.0f, 0.0f); // Black Background\r
-    glClearDepth(1.0f); // Depth Buffer Setup\r
-    glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
-    glDepthFunc(GL_LEQUAL);  // the type\r
+    //glShadeModel(GL_SMOOTH); // Enables Smooth Shading\r
+    //glClearColor(0.0f, 0.0f, 0.0f, 0.0f); // Black Background\r
+    //glClearDepth(1.0f); // Depth Buffer Setup\r
+    //glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
+    //glDepthFunc(GL_LEQUAL);  // the type\r
 \r
    // glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);          // Really Nice Perspective Calculations\r
 \r
     glutReshapeFunc(windowReshape);\r
     glutDisplayFunc(display);\r
-    glutMouseFunc(mouse);*/\r
+    glutMouseFunc(mouse);\r
 \r
     makeMenu();\r
 \r

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