2023-06-30 14:34:39 -04:00
|
|
|
#include "viewmanager.h"
|
|
|
|
|
2024-02-02 12:18:46 -05:00
|
|
|
#include "decomp.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(ViewManager, 0x1bc)
|
|
|
|
|
2024-01-10 17:40:24 -05:00
|
|
|
// STUB: LEGO1 0x100a5eb0
|
2024-01-13 14:58:10 -05:00
|
|
|
ViewManager::ViewManager(Tgl::Renderer* pRenderer, Tgl::Group* scene, const OrientableROI* point_of_view)
|
2024-01-10 17:40:24 -05:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100a60c0
|
|
|
|
ViewManager::~ViewManager()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x100a64d0
|
2023-10-24 19:38:27 -04:00
|
|
|
void ViewManager::RemoveAll(ViewROI*)
|
2023-06-30 14:34:39 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-30 14:34:39 -04:00
|
|
|
}
|
2024-01-10 17:40:24 -05:00
|
|
|
|
2024-01-20 15:43:53 -05:00
|
|
|
// STUB: LEGO1 0x100a6930
|
|
|
|
void ViewManager::Update(float p_previousRenderTime, float p_und2)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2024-01-13 14:58:10 -05:00
|
|
|
// STUB: LEGO1 0x100a6d50
|
|
|
|
void ViewManager::SetResolution(int width, int height)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100a6d70
|
|
|
|
void ViewManager::SetFrustrum(float fov, float front, float back)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2024-01-10 17:40:24 -05:00
|
|
|
// STUB: LEGO1 0x100a6da0
|
|
|
|
void ViewManager::SetPOVSource(const OrientableROI* point_of_view)
|
|
|
|
{
|
|
|
|
}
|