CedricGuillemet / ImGuizmo

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

Scale axes selection/visual mismatch #74

Open TLaviron opened 5 years ago

TLaviron commented 5 years ago

When the input model matrix has a non-null rotation, the selectable area of scale axes does not match the location of the axes (see screenshot). image

I think the issues lies in the GetScaleType function, as the tripod axes are not transformed with the model matrix like in the GetMoveType function

CedricGuillemet commented 5 years ago

Thank you for reporting this issue. I'm investigating...