From: Ash Tyndall Date: Tue, 18 Oct 2011 07:54:39 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=73e131681643c5c9b3ddd3ca10bf0c19011f3a28;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 6e075e6..9698963 100644 --- a/scene.c +++ b/scene.c @@ -558,7 +558,7 @@ void display() { glPushMatrix(); glLoadIdentity(); - glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, -90.0, -60.0); glutSolidTeapot(5); // Draw teapot for test glPopMatrix();