X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=c57933539c224893b44c6dbb2ae19267a16071e4;hp=2894066821781bea5cadc640c1aeb78792b14795;hb=9279cb0a39624664df28bac2026132b4a532acbf;hpb=aab8c373bc59bdad20006d4429a67d75c46de0fa diff --git a/scene.c b/scene.c index 2894066..c579335 100644 --- a/scene.c +++ b/scene.c @@ -614,8 +614,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); - + glTranslatef(0.0, 0.0, 0.0); glutWireTeapot(30); // Draw teapot for test glPopMatrix();