X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=8b524344e0d173d35dac92f09f6620fb43e9aadc;hp=de3a2f7b91e45d6a7fde82df66c4f7a9ab4b3a95;hb=458e414cd39888ce2a949d1a8169a6f1046f85c8;hpb=832b617a2019cb59220227dfd563808b83b3b6ef diff --git a/scene.c b/scene.c index de3a2f7..8b52434 100644 --- a/scene.c +++ b/scene.c @@ -667,7 +667,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); - glutWireTeapot(1); + glutSolidTeapot(1); glPopMatrix(); // Draw a white ball over the light source