From: Ash Tyndall Date: Wed, 19 Oct 2011 12:35:50 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=458e414cd39888ce2a949d1a8169a6f1046f85c8;hp=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