mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 13:31:15 +00:00
Fix
This commit is contained in:
parent
469d8e3bde
commit
186459ce18
@ -31,12 +31,12 @@ class ViewManager {
|
|||||||
ViewROI* Pick(Tgl::View* p_view, unsigned long x, unsigned long y);
|
ViewROI* Pick(Tgl::View* p_view, unsigned long x, unsigned long y);
|
||||||
void SetResolution(int width, int height);
|
void SetResolution(int width, int height);
|
||||||
void SetFrustrum(float fov, float front, float back);
|
void SetFrustrum(float fov, float front, float back);
|
||||||
inline void ManageVisibilityAndDetailRecursively(ViewROI* p_roi, int p_und);
|
inline void ManageVisibilityAndDetailRecursively(ViewROI* p_from, int p_und);
|
||||||
void Update(float p_previousRenderTime, float);
|
void Update(float p_previousRenderTime, float);
|
||||||
inline int CalculateFrustumTransformations();
|
inline int CalculateFrustumTransformations();
|
||||||
void UpdateViewTransformations();
|
void UpdateViewTransformations();
|
||||||
|
|
||||||
inline static int CalculateLODLevel(float p_und1, float p_und2, ViewROI* p_roi);
|
inline static int CalculateLODLevel(float p_und1, float p_und2, ViewROI* from);
|
||||||
inline static int IsROIVisibleAtLOD(ViewROI* p_roi);
|
inline static int IsROIVisibleAtLOD(ViewROI* p_roi);
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x100576b0
|
// FUNCTION: BETA10 0x100576b0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user