X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=8d90cf7abdfc2c1c53074c8153cf5608757f984c;hp=1f0632d8f9a3fb5f9498d6f68f570ccda6d9c508;hb=3e8ceebc6631ba603ff2428694c066ef5478a991;hpb=561e11f069889bfbd78a470a3cca016679af05b8 diff --git a/scene.c b/scene.c index 1f0632d..8d90cf7 100644 --- a/scene.c +++ b/scene.c @@ -558,7 +558,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(30); // Draw teapot for test glPopMatrix();