Implement/match LegoPointOfViewController::SetEntity (#668)

* Implement/match LegoPointOfViewController::SetEntity

* Fix order
This commit is contained in:
Christian Semmler
2024-03-13 14:03:30 -04:00
committed by GitHub
parent 0623e6a766
commit 0f2aee1849
3 changed files with 47 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ public:
void FUN_10010c30();
void FUN_100114e0(MxU8 p_unk0x59);
void SetLocation(const Vector3& p_location, const Vector3& p_direction, const Vector3& p_up, MxBool p_und);
Mx3DPointFloat GetEntitydDirection();
Mx3DPointFloat GetEntityUp();
Mx3DPointFloat GetEntityLocation();
inline LegoROI* GetROI() { return m_roi; }
inline MxU8 GetFlags() { return m_flags; }