Implement/match LegoPointOfViewController::Tickle (#667)

This commit is contained in:
Christian Semmler
2024-03-13 13:46:20 -04:00
committed by GitHub
parent beb30e80ea
commit 0623e6a766
8 changed files with 99 additions and 6 deletions

View File

@@ -477,6 +477,12 @@ TimeROI::TimeROI(Tgl::Renderer* p_renderer, ViewLODList* p_lodList, LegoTime p_t
m_time = p_time;
}
// STUB: LEGO1 0x100a9b40
void TimeROI::FUN_100a9b40(Matrix4& p_matrix, LegoTime p_time)
{
// TODO
}
// FUNCTION: LEGO1 0x100a9bf0
LegoBool LegoROI::FUN_100a9bf0(const LegoChar* p_param, float& p_red, float& p_green, float& p_blue, float& p_alpha)
{

View File

@@ -78,6 +78,8 @@ public:
// SYNTHETIC: LEGO1 0x100a9ad0
// TimeROI::`scalar deleting destructor'
void FUN_100a9b40(Matrix4& p_matrix, LegoTime p_time);
private:
LegoTime m_time; // 0x108
};