From: Ash Tyndall Date: Tue, 18 Oct 2011 10:40:09 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=561e11f069889bfbd78a470a3cca016679af05b8;ds=sidebyside --- diff --git a/scene.c b/scene.c index 31a33f0..1f0632d 100644 --- a/scene.c +++ b/scene.c @@ -560,7 +560,7 @@ void display() { //glTranslatef(0.0, 0.0, 0.0); - glutSolidTeapot(5); // Draw teapot for test + glutSolidTeapot(30); // Draw teapot for test glPopMatrix(); glPushMatrix();