X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=scene.c;h=af2d52c398280e3013e2c948952161c5ef3bbb39;hb=b0a8c04c993514d979c7bff6a56ad5e437ce38b9;hp=bd927d9bb5324400254c8bdd581af10cb1a647da;hpb=42f7093208bb77a0973435339f4e4361f402eb13;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index bd927d9..af2d52c 100644 --- a/scene.c +++ b/scene.c @@ -321,7 +321,7 @@ void display() { glPushMatrix(); /* Perform scene rotations based on user mouse/keyboard input. */ - glRotatef(angle, 0.0, 1.0, 0.0); + glRotatef(angle, 0.0, 0.0,1.0); glRotatef(angle2, 1.0, 0.0, 0.0); glTranslatef(camx, camy, camz); glRotatef(rot, 1.0, 0.0, 0.0);