2023-06-30 14:34:39 -04:00
|
|
|
#include "viewmanager.h"
|
|
|
|
|
2024-01-10 17:40:24 -05:00
|
|
|
// STUB: LEGO1 0x100a5eb0
|
|
|
|
ViewManager::ViewManager(Tgl::Group* scene, const OrientableROI* point_of_view)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
// 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
|
|
|
|
|
|
|
// STUB: LEGO1 0x100a6da0
|
|
|
|
void ViewManager::SetPOVSource(const OrientableROI* point_of_view)
|
|
|
|
{
|
|
|
|
}
|