From: Ash Tyndall Date: Fri, 21 Oct 2011 01:24:06 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=b0a8c04c993514d979c7bff6a56ad5e437ce38b9;ds=sidebyside --- 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);