From: Ash Tyndall Date: Tue, 18 Oct 2011 10:41:43 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3e8ceebc6631ba603ff2428694c066ef5478a991 --- 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();