From: Ash Tyndall Date: Tue, 18 Oct 2011 07:38:51 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=da93a4ee122b19edf0631c57ef4d0aac5974876a --- diff --git a/scene.c b/scene.c index 10c0bde..0f66042 100644 --- a/scene.c +++ b/scene.c @@ -560,7 +560,7 @@ void display() { glColor3f(1.0, 0.0, 1.0); glTranslatef(-8.0, 0.0, -10.0); - glutSolidTeapot(0.5); // Draw teapot for test + glutSolidTeapot(1000); // Draw teapot for test glPopMatrix(); glPushMatrix();