Implement Lego3DView::Render (#470)

* Implement Lego3DView::Render

* use MxDouble

* Revert "use MxDouble"

This reverts commit a006b60e20.
This commit is contained in:
Misha
2024-01-20 15:43:53 -05:00
committed by GitHub
parent 46ad567760
commit 1c612a2d25
3 changed files with 10 additions and 7 deletions

View File

@@ -16,6 +16,11 @@ void ViewManager::RemoveAll(ViewROI*)
// TODO
}
// STUB: LEGO1 0x100a6930
void ViewManager::Update(float p_previousRenderTime, float p_und2)
{
}
// STUB: LEGO1 0x100a6d50
void ViewManager::SetResolution(int width, int height)
{