(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 05:26:58 +0000 (13:26 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 05:26:58 +0000 (13:26 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 08daa01..464268b 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -309,9 +309,12 @@ void motion(int x, int y) {
         // **NOTE: Currently a work in progress, does not work correctly\r
         float angler = 2 * M_PI * ( (rotate*camRotateFactor)/360.0 );\r
         printf("cam angle: %f\n", rotate*camRotateFactor);\r
-       // float arc = arctan()\r
-        sceneObjs[curObject].x += diffx * cos(angler) * 0.3;\r
-        sceneObjs[curObject].z += diffx * sin(angler) * 0.3;\r
+\r
+        sceneObjs[curObject].x += diffx * cos(angler) * 0.1;\r
+        sceneObjs[curObject].z += diffx * sin(angler) * 0.1;\r
+\r
+        sceneObjs[curObject].x += diffy * cos(90 - angler) * 0.1;\r
+        sceneObjs[curObject].z += diffy * sin(90 - angler) * 0.1;\r
 \r
       } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) {\r
         // w: big/small\r

UCC git Repository :: git.ucc.asn.au