X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=69c5a820ed26fa4c983adfd966d7284f76c66f5c;hp=aabad998ed4fabc2292f27858e5d33f98575393c;hb=HEAD;hpb=e9f79475908e1e8b0de29edf00f95a1fd3f80e7d diff --git a/scene.c b/scene.c index aabad99..69c5a82 100644 --- a/scene.c +++ b/scene.c @@ -356,10 +356,8 @@ void display() { glPushMatrix(); - /* Perform scene rotations based on user mouse/keyboard input. */ + /* Perform scene rotations based on user mouse input. */ glRotatef(rotate*camRotateFactor, 0.0, 1.0, 0.0); - glTranslatef(camx, camy, camz); - glRotatef(keyrot, 1.0, 0.0, 0.0); drawFloor();