From: Ash Tyndall Date: Tue, 18 Oct 2011 07:47:50 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3cf7b0ecfa4d428c7774fc4196adfbe21bd4fe08 --- diff --git a/scene.c b/scene.c index 71b190a..4bfc13c 100644 --- a/scene.c +++ b/scene.c @@ -559,7 +559,7 @@ void display() { glPushMatrix(); glLoadIdentity(); glColor3f(1.0, 0.0, 1.0); - glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, 0.0, -1.0); glutSolidTeapot(1); // Draw teapot for test glPopMatrix();