From 9515ba70d6904846bdc10e16c3f4e1f63ae83016 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 17:23:23 +0800 Subject: [PATCH 1/1] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1