From: Ash Tyndall Date: Sat, 22 Oct 2011 04:56:14 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=2a9451d5c45eda1d68677b519784bd9756f72260;hp=97f14d98d0a9bee56fdaebcea092dba1925c9552 --- diff --git a/scene.c b/scene.c index 99ccfa0..281f99f 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);