Minor Update - Stats Widget + BigCube Generation WIP - V10.2.0
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
void WidgetEngineSettingsWindow(ApplicationClass* app);
|
||||
void WidgetRenderWindow(ApplicationClass* app, ImVec2 availableSize);
|
||||
void WidgetLogWindow(ApplicationClass* app);
|
||||
void WidgetRenderStats(ApplicationClass* app);
|
||||
|
||||
bool ImGuiWidgetRenderer(ApplicationClass* app);
|
||||
|
||||
@@ -65,6 +66,11 @@ private:
|
||||
bool showOldSceneWindow;
|
||||
bool showEngineSettingsWindow;
|
||||
bool showLogWindow;
|
||||
bool showStatsWindow;
|
||||
|
||||
static const int FRAME_HISTORY_COUNT = 3600; // 1min secondes <20> 60 FPS
|
||||
float m_frameTimeHistory[FRAME_HISTORY_COUNT] = {};
|
||||
int m_frameTimeHistoryIndex = 0;
|
||||
|
||||
bool m_isPhyiscsEnabled = false;
|
||||
bool m_isGravityEnabled = false;
|
||||
|
||||
Reference in New Issue
Block a user