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:
3e4ca5f
)
(no commit message)
author
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 05:50:50 +0000
(13:50 +0800)
committer
Ash Tyndall
<
[email protected]
>
Sat, 22 Oct 2011 05:50:50 +0000
(13:50 +0800)
scene.c
patch
|
blob
|
history
diff --git
a/scene.c
b/scene.c
index
c46f173
..
517fac7
100644
(file)
--- a/
scene.c
+++ b/
scene.c
@@
-310,8
+310,8
@@
void motion(int x, int y) {
float angler = 2 * M_PI * ( (rotate*camRotateFactor)/360.0 );
\r
printf("cam angle: %f\n", rotate*camRotateFactor);
\r
\r
- sceneObjs[curObject].x += diff
y * sin
(angler) * 0.1;
\r
- //sceneObjs[curObject].x += diff
x * cos
(angler) * 0.1;
\r
+ sceneObjs[curObject].x += diff
x * cos
(angler) * 0.1;
\r
+ //sceneObjs[curObject].x += diff
y * sin
(angler) * 0.1;
\r
\r
sceneObjs[curObject].z += diffx * sin(angler) * 0.1;
\r
//sceneObjs[curObject].z += diffy * cos(angler) * 0.1;
\r
UCC
git Repository :: git.ucc.asn.au