From: Ash Tyndall Date: Tue, 18 Oct 2011 07:41:02 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=6cd85448e1a2ea468c5dde1e450a94d067b6e12d --- diff --git a/scene.c b/scene.c index 9d3594e..d1f88e0 100644 --- a/scene.c +++ b/scene.c @@ -559,9 +559,9 @@ void display() { glPushMatrix(); glLoadIdentity(); glColor3f(1.0, 0.0, 1.0); - glTranslatef(-8.0, 0.0, -10.0); + glTranslatef(-8.0, 0.0, -1.0); - glutSolidTeapot(10); // Draw teapot for test + glutSolidTeapot(1); // Draw teapot for test glPopMatrix(); glPushMatrix();