From: Ash Tyndall Date: Tue, 18 Oct 2011 08:08:04 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=133036790ec885100613693b3bd2a2bf22b900c8 --- diff --git a/scene.c b/scene.c index fae8cde..1badd9d 100644 --- a/scene.c +++ b/scene.c @@ -557,11 +557,11 @@ void display() { drawFloor(); glDisable(GL_BLEND); - //glPushMatrix(); - glTranslatef(0.0, 0.0, 0.0); + glPushMatrix(); + //glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(5); // Draw teapot for test - // glPopMatrix(); + glPopMatrix(); glPushMatrix(); glDisable(GL_LIGHTING);