X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=281f99f8f29cf903c31e076c2eb0275ce8d0613b;hp=99ccfa0b902ca7fdbc6102addaf2b1708302d733;hb=2a9451d5c45eda1d68677b519784bd9756f72260;hpb=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);