X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=395a7256cc797c4023ceb1a02e7da2d0229f3ce6;hp=1f206f6bfe3152c49a963bc324e1014f63bdcba0;hb=45d3d32957a9172077e05ab344c5607bde87447c;hpb=4f7e61c537bfec79473ce12f6ef9eb27042cf551 diff --git a/scene.c b/scene.c index 1f206f6..395a725 100644 --- a/scene.c +++ b/scene.c @@ -348,7 +348,7 @@ void display() { glPushMatrix(); glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot currently does not rest on surface glColor3f(0.0, 0.0, 0.0); - glFrontFace(GL_CW); + glFrontFace(GL_CW); // The teapot does not obey the right-hand rule glutSolidTeapot(1); glFrontFace(GL_CCW); glPopMatrix();