From: Ash Tyndall Date: Sat, 22 Oct 2011 05:23:15 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9491c70fb6e658ec9c955176ba5203fbe3f163e4;hp=f62aef4de83dd13677a8e436597abbc139d06ea3 --- diff --git a/scene.c b/scene.c index deb8c0e..08daa01 100644 --- a/scene.c +++ b/scene.c @@ -310,8 +310,8 @@ void motion(int x, int y) { float angler = 2 * M_PI * ( (rotate*camRotateFactor)/360.0 ); printf("cam angle: %f\n", rotate*camRotateFactor); // float arc = arctan() - sceneObjs[curObject].x += diffx * sin(angler) * 0.3; - sceneObjs[curObject].z += diffx * cos(angler) * 0.3; + sceneObjs[curObject].x += diffx * cos(angler) * 0.3; + sceneObjs[curObject].z += diffx * sin(angler) * 0.3; } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) { // w: big/small