Refine editor viewport and interaction workflow
This commit is contained in:
@@ -135,14 +135,19 @@ bool Application::Initialize(HWND hwnd) {
|
||||
}
|
||||
|
||||
m_hwnd = hwnd;
|
||||
logger.Info(Debug::LogCategory::General, "Initializing editor window renderer...");
|
||||
|
||||
if (!InitializeWindowRenderer(hwnd)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
logger.Info(Debug::LogCategory::General, "Initializing editor context...");
|
||||
InitializeEditorContext(projectRoot);
|
||||
logger.Info(Debug::LogCategory::General, "Initializing ImGui backend...");
|
||||
InitializeImGui(hwnd);
|
||||
logger.Info(Debug::LogCategory::General, "Attaching editor layer...");
|
||||
AttachEditorLayer();
|
||||
logger.Info(Debug::LogCategory::General, "Editor initialization completed.");
|
||||
m_renderReady = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user