Implement/match LegoAnimPresenter::FUN_1006a4f0 (#789)

This commit is contained in:
Christian Semmler
2024-04-12 11:53:22 -04:00
committed by GitHub
parent 4374891ac8
commit dc3259bb17
4 changed files with 110 additions and 39 deletions

View File

@@ -128,6 +128,7 @@ public:
void SetRotationIndex(LegoU32 p_rotationIndex) { m_rotationIndex = p_rotationIndex; }
void SetScaleIndex(LegoU32 p_scaleIndex) { m_scaleIndex = p_scaleIndex; }
void SetMorphIndex(LegoU32 p_morphIndex) { m_morphIndex = p_morphIndex; }
void SetUnknown0x20(undefined2 p_unk0x20) { m_unk0x20 = p_unk0x20; }
LegoResult CreateLocalTransform(LegoTime p_time, Matrix4& p_matrix)
{