Added guizmo

Translation is broken for some reason
This commit is contained in:
Simon Lübeß
2021-09-28 21:56:51 +02:00
parent 122f7e9904
commit fab0f99951
4 changed files with 49 additions and 7 deletions
+2
View File
@@ -1,6 +1,7 @@
using System;
using ImGui;
using GlitchyEngine.Events;
using ImGuizmo;
using internal ImGui;
@@ -184,6 +185,7 @@ namespace GlitchyEngine.ImGui
ImGuiImplDX11.NewFrame();
ImGuiImplWin32.NewFrame();
ImGui.NewFrame();
ImGuizmo.BeginFrame();
}
bool showDemo = true;