Match Lego3DView::Create (#431)

This commit is contained in:
Christian Semmler
2024-01-13 14:58:10 -05:00
committed by GitHub
parent 0edbd9dab9
commit 7d2629318c
4 changed files with 33 additions and 14 deletions

View File

@@ -7,12 +7,17 @@
// SIZE 0x1bc
class ViewManager {
public:
ViewManager(Tgl::Group* scene, const OrientableROI* point_of_view);
ViewManager(Tgl::Renderer* pRenderer, Tgl::Group* scene, const OrientableROI* point_of_view);
virtual ~ViewManager();
__declspec(dllexport) void RemoveAll(ViewROI*);
void SetPOVSource(const OrientableROI* point_of_view);
void SetResolution(int width, int height);
void SetFrustrum(float fov, float front, float back);
private:
undefined m_pad[0x1b8];
};
#endif // VIEWMANAGER_H