(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:17:06 +0000 (09:17 +0800)
committerAsh Tyndall <[email protected]>
Sat, 22 Oct 2011 01:17:06 +0000 (09:17 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a706c5e..7d5456f 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -305,7 +305,7 @@ void motion(int x, int y) {
         //sceneObjs[curObject].x += (x - startx)*leftrightFactor;\r
       } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) {\r
         // w: big/small, h: up/down\r
         //sceneObjs[curObject].x += (x - startx)*leftrightFactor;\r
       } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) {\r
         // w: big/small, h: up/down\r
-        float scaling = y*bigsmallFactor;\r
+        float scaling = (y - starty);//*bigsmallFactor;\r
         printf("Scaling by %f on all axii\n", scaling);\r
         sceneObjs[curObject].scale[0] += scaling;\r
         sceneObjs[curObject].scale[1] += scaling;\r
         printf("Scaling by %f on all axii\n", scaling);\r
         sceneObjs[curObject].scale[0] += scaling;\r
         sceneObjs[curObject].scale[1] += scaling;\r

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