2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Water rendering order fix, morphball visor fixes

This commit is contained in:
Jack Andersen
2018-06-21 11:04:16 -10:00
parent cd3bba2f0e
commit 718d2cb29e
13 changed files with 40 additions and 32 deletions

View File

@@ -113,8 +113,12 @@ struct CTweakBall final : public ITweakBall
CTweakBall(athena::io::IStreamReader& r)
{
this->read(r);
x6c_ = -x6c_;
x70_ = -x70_;
x74_ballCameraAnglePerSecond = zeus::degToRad(x74_ballCameraAnglePerSecond);
x90_ = zeus::degToRad(x90_);
xe4_ballGravity = -xe4_ballGravity;
xe8_ballWaterGravity = -xe8_ballWaterGravity;
x15c_ = zeus::degToRad(x15c_);
x16c_ = zeus::degToRad(x16c_);
x174_ = zeus::degToRad(x174_);