git.ucc.asn.au
/
atyndall
/
cits2231.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9dfd8
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 01:16:12 +0000
(09:16 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 01:16:12 +0000
(09:16 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
ad7e4bf
..
a706c5e
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
- float scaling =
(y - starty)
*bigsmallFactor;
\r
+ float scaling =
y
*bigsmallFactor;
\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