From abac37ff45eff5c4c818dc72a01020818bfdece2 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 13:24:08 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 08daa01..ee4f614 100644 --- a/scene.c +++ b/scene.c @@ -307,7 +307,7 @@ void motion(int x, int y) { // w: left/right, h: near/far // **NOTE: Currently a work in progress, does not work correctly - float angler = 2 * M_PI * ( (rotate*camRotateFactor)/360.0 ); + float angler = 2 * M_PI * ( (90 - rotate*camRotateFactor)/360.0 ); printf("cam angle: %f\n", rotate*camRotateFactor); // float arc = arctan() sceneObjs[curObject].x += diffx * cos(angler) * 0.3; -- 2.20.1