From: Ash Tyndall Date: Thu, 20 Oct 2011 03:22:02 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=805a86b6d1deded8f3f69fa059e1916e0e490ce5 --- diff --git a/scene.c b/scene.c index c7cd7a5..dde2125 100644 --- a/scene.c +++ b/scene.c @@ -285,7 +285,7 @@ void display() { // Draw teapot for a test object glPushMatrix(); - glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot does not rest on surface + glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface glColor3f(0.5, 0.5, 0.5); glutSolidTeapot(1); glPopMatrix();