From: Ash Tyndall Date: Tue, 18 Oct 2011 10:57:57 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9279cb0a39624664df28bac2026132b4a532acbf --- diff --git a/scene.c b/scene.c index f9f1251..c579335 100644 --- a/scene.c +++ b/scene.c @@ -614,8 +614,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); - glLoadIdentity(); + glTranslatef(0.0, 0.0, 0.0); glutWireTeapot(30); // Draw teapot for test glPopMatrix();