(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 6d47393..ad7e4bf 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -306,6 +306,7 @@ void motion(int x, int y) {
       } else if ( buttonSelected == GLUT_MIDDLE_BUTTON ) {\r
         // w: big/small, h: up/down\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
         sceneObjs[curObject].scale[2] += scaling;\r

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