transform guizmos, math and bugfixing file open/save

This commit is contained in:
Erris
2026-02-20 22:59:30 +01:00
parent a897d5c798
commit 02430073ec
12 changed files with 210 additions and 44 deletions

View File

@@ -15,6 +15,9 @@ namespace OpenEngine {
void OnImGuiRender();
Entity GetSelectedEntity() const { return selected_context; };
void SetSelectedEntity(Entity entity) { selected_context = entity; };
private:
void DrawEntityNode(Entity& entity);
void DrawComponents(Entity& entity);