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