From: Ash Tyndall Date: Wed, 19 Oct 2011 12:36:23 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=27465ced4249899ef9067cf878f3aaddff4291e0;hp=458e414cd39888ce2a949d1a8169a6f1046f85c8;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 8b52434..749c2aa 100644 --- a/scene.c +++ b/scene.c @@ -665,7 +665,7 @@ void display() { // Draw teapot for a test object glPushMatrix(); - glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface + glTranslatef(0.0, 0.0, 0.0); // **NOTE: Teapot does not rest on surface glColor3f(0.5, 0.5, 0.5); glutSolidTeapot(1); glPopMatrix();