CedricGuillemet / ImGuizmo

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

Issues with rotation order. #28

Open abdominator opened 7 years ago

abdominator commented 7 years ago

Rotating object does not seem to fit the rotation order of my engine. The Gizmo and mesh end up not matching at all. Is there a particular rotation order that must be followed?

CedricGuillemet commented 7 years ago

RotX RotY RotZ check https://github.com/CedricGuillemet/ImGuizmo/blob/master/ImGuizmo.cpp#L1593