Implement/match LegoNavController::UpdateCameraLocation (#713)

* Implement/match LegoNavController::UpdateCameraLocation

* Add size assert
This commit is contained in:
Christian Semmler
2024-03-23 12:10:12 -04:00
committed by GitHub
parent 8b21e8136e
commit 18377c2f1f
6 changed files with 216 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ public:
inline Tgl::Renderer* GetRenderer() { return this->m_renderer; }
inline Lego3DManager* Get3DManager() { return this->m_3dManager; }
inline LegoROI* GetViewROI() { return this->m_viewROI; }
inline MxDirect3D* GetDirect3D() { return this->m_direct3d; }
inline void SetRender3D(MxBool p_render3d) { this->m_render3d = p_render3d; }
inline void SetUnk0x554(MxBool p_unk0x554) { this->m_unk0x554 = p_unk0x554; }