From: Ash Tyndall Date: Tue, 18 Oct 2011 07:50:30 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=f9f79a2d3e380d3b80ad902c0edeef08b4b52135 --- diff --git a/scene.c b/scene.c index 19cc58a..6878056 100644 --- a/scene.c +++ b/scene.c @@ -560,7 +560,7 @@ void display() { glLoadIdentity(); glTranslatef(0.0, 0.0, 0.0); - glutSolidTeapot(2); // Draw teapot for test + glutSolidTeapot(5); // Draw teapot for test glPopMatrix(); glPushMatrix();