From: Ash Tyndall Date: Tue, 18 Oct 2011 12:27:29 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=a6ded21f45ac6b4c46f9358f291e3c70566ded0f;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 5ae5f23..16bd2fb 100644 --- a/scene.c +++ b/scene.c @@ -640,7 +640,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, 0.0, -2.0); glutWireTeapot(1); // Draw teapot for test glPopMatrix();