X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=7ce67e4394c6473846a68dcf611830cb395ed59e;hp=c2cc3814d77d7ac81c965331706ac49a8a11f821;hb=9ab79af89d0b03214e2455e8541a949dd47ef73b;hpb=3c57c05dfa72533bdca640fabc82a6b34b9a26a9 diff --git a/scene.c b/scene.c index c2cc381..7ce67e4 100644 --- a/scene.c +++ b/scene.c @@ -328,7 +328,7 @@ void display() { glPushMatrix(); glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface glColor3f(0.5, 0.5, 0.5); - glutSolidTeapot(100); + glutSolidTeapot(25); glPopMatrix(); // Draw a white ball over the light source