mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Progress on Helicopter::FUN_100042a0
(#1242)
* Implement `LegoCameraController::FUN_100123b0` * Improve `UnknownMx4DPointFloat::Unknown7` match, add BETA10 * Add draft for `FUN_100042a0` * Improve match * Match * Use better naming * Remove comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -878,9 +878,9 @@ inline void LegoAnimNodeData::GetTranslation(
|
||||
c[3] = p_rotationKeys[i + 1].GetAngle();
|
||||
}
|
||||
|
||||
b.Unknown4(a);
|
||||
b.Unknown5(c);
|
||||
b.Unknown6(
|
||||
b.BETA_10180b80(a);
|
||||
b.BETA_10180bc0(c);
|
||||
b.BETA_1004aaa0(
|
||||
p_matrix,
|
||||
(p_time - p_rotationKeys[i].GetTime()) / (p_rotationKeys[i + 1].GetTime() - p_rotationKeys[i].GetTime())
|
||||
);
|
||||
|
Reference in New Issue
Block a user