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