From: Ash Tyndall Date: Tue, 18 Oct 2011 08:10:25 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=a1f1247e1535181f174a22686203590c33b136fa --- diff --git a/scene.c b/scene.c index 8567414..2263f2d 100644 --- a/scene.c +++ b/scene.c @@ -558,6 +558,7 @@ void display() { glDisable(GL_BLEND); glPushMatrix(); + glLoadIdentity(); //glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(5); // Draw teapot for test