From: Ash Tyndall Date: Sat, 22 Oct 2011 05:07:10 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=7862999a5314cfc2b287d719e3d2dde05df21ae8;hp=2a9451d5c45eda1d68677b519784bd9756f72260 --- diff --git a/scene.c b/scene.c index 281f99f..99ccfa0 100644 --- a/scene.c +++ b/scene.c @@ -413,7 +413,7 @@ void display() { glPushMatrix(); /* Perform scene rotations based on user mouse/keyboard input. */ - //glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0); + glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0); glTranslatef(camx, camy, camz); glRotatef(keyrot, 1.0, 0.0, 0.0);