From: Ash Tyndall Date: Sat, 22 Oct 2011 06:01:41 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=033158630020dc2f6a7e45a4f6de85df9c8c25cb;hp=4c0429485833a26036f9d527ec9d81bf727b5a53;ds=sidebyside --- diff --git a/scene.c b/scene.c index 0757dc6..90da255 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); - sceneObjs[curObject].x += diffx * cos(angler) * 0.1 + diffy * cos(M_PI/2 + angler) * 0.1; - sceneObjs[curObject].z += diffx * sin(angler) * 0.1 + diffy * sin(M_PI/2 + angler) * 0.1; + sceneObjs[curObject].x += diffx * cos(angler) * 1.0 + diffy * cos(M_PI/2 + angler) * 0.1; + sceneObjs[curObject].z += diffx * sin(angler) * 1.0 + diffy * sin(M_PI/2 + angler) * 0.1; //sceneObjs[curObject].x += ; //sceneObjs[curObject].z += ;