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

diff --git a/scene.c b/scene.c
index 79c506e..34824a4 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -543,8 +543,8 @@ void display() {
    glEnd();*/\r
 \r
 \r
-   glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0\r
-   glutSolidTeapot(1);\r
+   //glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0\r
+   //glutSolidTeapot(1);\r
 \r
   /* glMatrixMode(GL_MODELVIEW);\r
    glLoadIdentity();\r
@@ -598,7 +598,7 @@ int main(int argc, char **argv) {
     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
+   // glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);          // Really Nice Perspective Calculations\r
 \r
     glutReshapeFunc(windowReshape);\r
     glutDisplayFunc(display);\r

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