CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.22k stars 907 forks source link

Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h #291

Closed ocornut closed 1 year ago

ocornut commented 1 year ago

The ImGuizmo fix should work with older imgui version.

Changed by https://github.com/ocornut/imgui/commit/a1b8457cb5c9238f47fc7616e84c0775412ce556

(same as https://github.com/epezent/implot/pull/449)