mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Match Lego3DView::Create (#431)
This commit is contained in:
committed by
GitHub
parent
0edbd9dab9
commit
7d2629318c
@@ -1,7 +1,7 @@
|
||||
#include "viewmanager.h"
|
||||
|
||||
// STUB: LEGO1 0x100a5eb0
|
||||
ViewManager::ViewManager(Tgl::Group* scene, const OrientableROI* point_of_view)
|
||||
ViewManager::ViewManager(Tgl::Renderer* pRenderer, Tgl::Group* scene, const OrientableROI* point_of_view)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -16,6 +16,16 @@ void ViewManager::RemoveAll(ViewROI*)
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a6d50
|
||||
void ViewManager::SetResolution(int width, int height)
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a6d70
|
||||
void ViewManager::SetFrustrum(float fov, float front, float back)
|
||||
{
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a6da0
|
||||
void ViewManager::SetPOVSource(const OrientableROI* point_of_view)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user