mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-27 16:17:12 +03:00
Improved editor camera support
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Nuake {
|
||||
bool m_ShowImGuiDemo = false;
|
||||
bool m_DebugCollisions = false;
|
||||
bool m_ShowOverlay = true;
|
||||
bool m_IsHoveringViewport = false;
|
||||
|
||||
ImGuizmo::OPERATION CurrentOperation = ImGuizmo::TRANSLATE;
|
||||
ImGuizmo::MODE CurrentMode = ImGuizmo::WORLD;
|
||||
Ref<Material> m_SelectedMaterial;
|
||||
@@ -36,6 +38,7 @@ namespace Nuake {
|
||||
void BuildFonts();
|
||||
void Init();
|
||||
void Draw();
|
||||
void Update(float ts);
|
||||
void DrawMenuBar();
|
||||
void DrawViewport();
|
||||
void DrawEntityTree(Entity ent);
|
||||
|
||||
Reference in New Issue
Block a user