This commit is contained in:
Branimir Karadžić 2016-08-27 16:46:25 -07:00
parent 055402f78e
commit 67fdff9e96
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// https://github.com/CedricGuillemet/ImGuizmo
namespace ImGuizmo
{
// call BeginFrame right after ImGui_XXXX_NewFrame();

View File

@ -1,3 +1,5 @@
// https://github.com/CedricGuillemet/ImGuizmo
namespace ImGuizmo
{
const float ZPI = 3.14159265358979323846f;