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