X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=9889ce19522512c233534daf13249af75b5743cc;hp=115e2f780502beaea74b42b7cac1687b276ecba1;hb=153f05e2a261811c347b6b9bd9057321ebb4cc9f;hpb=0027386de971932f47120fee28fec24a64d101b6 diff --git a/scene.c b/scene.c index 115e2f7..9889ce1 100644 --- a/scene.c +++ b/scene.c @@ -322,7 +322,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(1); + glutSolidTeapot(100); glPopMatrix(); // Draw a white ball over the light source