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

@@ -22,6 +22,8 @@ namespace OpenEngine {
entt::registry& GetRegistry() { return registry; };
Entity GetPrimaryCamera();
private:
entt::registry registry;