diff options
author | David Fioramonti | 2017-08-15 04:48:10 -0700 |
---|---|---|
committer | David Fioramonti | 2017-08-15 15:02:02 -0700 |
commit | 781c679c7f8e761e35c3d72ac27e16350c55964a (patch) | |
tree | 77950201eb109ff140d38372c13dacad2594fd64 /CONTRIBUTING.md | |
parent | 8eb7bf3807198f2ff200550050e32fe852d6054e (diff) | |
download | scummvm-rg350-781c679c7f8e761e35c3d72ac27e16350c55964a.tar.gz scummvm-rg350-781c679c7f8e761e35c3d72ac27e16350c55964a.tar.bz2 scummvm-rg350-781c679c7f8e761e35c3d72ac27e16350c55964a.zip |
TITANIC: daffine refactor, changed Yaxis rotation convention
The X and Z rotation already follow the convention given in wikipedia,
but the Y axis rotation doesn't (its the negative angle) so I switched
that and updated where that was used.
This allowed stray negatives for angle calls to this function (for Y
rotations) to be removed from other parts of the code (dvector).
In theory this was a non-functional change. In dvector the code was taking
the negative of the angle so it was essentially doing the negative of the
negative, but when it was used once in star_camera it was not
(when it should of been). So That was changed. That part of the code
was used for locking onto the third star after the 2nd was already locked.
I can't tell if the star control puzzle has improved after this change.
It can still have issues locking onto the 2nd star and also not.
Also added lots of todos for things to check.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions