Implement ViewManager::FUN_100a66f0 (#648)

This commit is contained in:
Christian Semmler
2024-03-09 22:47:13 -05:00
committed by GitHub
parent 4b0c6d1f5f
commit a55b01d186
3 changed files with 142 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
#ifndef REALTIMEVIEW_H
#define REALTIMEVIEW_H
extern float g_userMaxLodPower;
class RealtimeView {
public:
RealtimeView();
@@ -11,6 +13,8 @@ public:
static void SetPartsThreshold(float);
static void UpdateMaxLOD();
static void SetUserMaxLOD(float);
inline static float GetUserMaxLodPower() { return g_userMaxLodPower; }
};
#endif // REALTIMEVIEW_H