X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=6ae85a7e48db1a0032b85a50e062b4302f572db5;hp=a638c499ff0cfabf874c41c761a597b161b426e7;hb=a7a7e453a0b33ef33e21f3be42a0baa5e408bdbc;hpb=a5f759089021e80d8f2ab1d37e359843f7ca5c52;ds=sidebyside 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);