From: Ash Tyndall Date: Tue, 18 Oct 2011 03:31:47 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=768f7e83816fbfe455586b2e8d787369cdb9afd5 --- diff --git a/scene.c b/scene.c index 79c506e..34824a4 100644 --- a/scene.c +++ b/scene.c @@ -543,8 +543,8 @@ void display() { glEnd();*/ - glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0 - glutSolidTeapot(1); + //glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0 + //glutSolidTeapot(1); /* glMatrixMode(GL_MODELVIEW); glLoadIdentity(); @@ -598,7 +598,7 @@ int main(int argc, char **argv) { glEnable(GL_DEPTH_TEST); // Enables Depth Testing glDepthFunc(GL_LEQUAL); // the type - glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); // Really Nice Perspective Calculations + // glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); // Really Nice Perspective Calculations glutReshapeFunc(windowReshape); glutDisplayFunc(display);