isle/LEGO1/realtime/realtimeview.h
2024-03-02 09:34:08 -05:00

17 lines
310 B
C++

#ifndef REALTIMEVIEW_H
#define REALTIMEVIEW_H
class RealtimeView {
public:
RealtimeView();
~RealtimeView();
static float GetPartsThreshold();
static float GetUserMaxLOD();
static void SetPartsThreshold(float);
static void UpdateMaxLOD();
static void SetUserMaxLOD(float);
};
#endif // REALTIMEVIEW_H