From: Ash Tyndall Date: Fri, 21 Oct 2011 09:23:23 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9515ba70d6904846bdc10e16c3f4e1f63ae83016 --- diff --git a/scene.c b/scene.c index a638c49..6ae85a7 100644 --- a/scene.c +++ b/scene.c @@ -367,7 +367,7 @@ void display() { // Draw teapot for a test object glPushMatrix(); glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot currently does not rest on surface - glColor3f(0.0, 0.0, 0.0); + glColor3f(0.0, 0.0, 1.0); glFrontFace(GL_CW); // The teapot does not obey the right-hand rule glutSolidTeapot(1); glFrontFace(GL_CCW);