X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=4870d86cbb9ba9700385b5af0ef95a69cd7ccfae;hp=9aa53168a187dc8a8f0620c5eafd8a8e304479ff;hb=9bdefd94a0ad55f745e4723119294fb22896b6ba;hpb=b7db1a7cd382c54ee0caa5e2a2d9dfdde6801b30 diff --git a/scene.c b/scene.c index 9aa5316..4870d86 100644 --- a/scene.c +++ b/scene.c @@ -329,7 +329,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(25); + glutSolidTeapot(1); glPopMatrix(); // Draw a white ball over the light source