You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason for ImGuizmo::Manipulate not returning true on bounds manipulation. I would find it useful because I only modify object matrix when Manipulate returns true.
The text was updated successfully, but these errors were encountered:
I have tried monitoring scale on HandleAndDrawLocalBounds (https://github.com/CedricGuillemet/ImGuizmo/blob/master/ImGuizmo.cpp#L1894) by checking the length of the three vertical vectors on that matrix. I expected that lenght==1 would mean bounds are not changed, but sometimes this values are not 1 even if bounds are not modified (just doing mouse click on a bounds point) If mouse if clicked again on the same point values are then 1.
Hello,
Is there any reason for ImGuizmo::Manipulate not returning true on bounds manipulation. I would find it useful because I only modify object matrix when Manipulate returns true.
The text was updated successfully, but these errors were encountered: