X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=7d5456fab079adcea1db91de6b8b74542e6b621d;hb=84a44257a71818d30cf2bbdea195a0b7d246aa83;hp=ad7e4bfb08c056ffff6c870f08be40f337f2905b;hpb=5a9dfd8e5f68b2f6062987a5b67bbd7934828bf1;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index ad7e4bf..7d5456f 100644 --- a/scene.c +++ b/scene.c @@ -305,7 +305,7 @@ void motion(int x, int y) { //sceneObjs[curObject].x += (x - startx)*leftrightFactor; } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) { // w: big/small, h: up/down - float scaling = (y - starty)*bigsmallFactor; + float scaling = (y - starty);//*bigsmallFactor; printf("Scaling by %f on all axii\n", scaling); sceneObjs[curObject].scale[0] += scaling; sceneObjs[curObject].scale[1] += scaling;