Major Update - Scene Window Rework

This commit is contained in:
2025-03-11 17:46:36 +01:00
parent 5e68105fe1
commit 8b9e860c00
8 changed files with 106 additions and 66 deletions

View File

@@ -61,7 +61,7 @@ private:
bool showObjectWindow;
bool showTerrainWindow;
bool showLightWindow;
bool showShaderWindow;
bool showOldSceneWindow;
bool showEngineSettingsWindow;
bool showLogWindow;

View File

@@ -27,7 +27,7 @@ public:
void SendPath(wchar_t* path, std::filesystem::path WFolder);
private:
protected:
bool Frame();
void InitializeWindows(int&, int&);
void ShutdownWindows();
@@ -54,6 +54,7 @@ private:
// FUNCTION PROTOTYPES //
/////////////////////////
static LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
static LRESULT CALLBACK SecondaryWndProc(HWND, UINT, WPARAM, LPARAM);
/////////////