mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match Lego3DView::Create (#431)
This commit is contained in:

committed by
GitHub

parent
0edbd9dab9
commit
7d2629318c
@@ -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
|
||||
|
Reference in New Issue
Block a user