BrutPitt / imGuIZMO.quat

ImGui GIZMO widget - 3D object manipulator / orientator
BSD 2-Clause "Simplified" License
391 stars 42 forks source link

gizmo drawn incorrectly at direction (-1, 0, 0) #11

Open koala999cn opened 1 year ago

koala999cn commented 1 year ago

Hello! When entering the following code, incorrect result appears

vgm::Vec3 dir(-1, 0, 0);
ImGui::gizmo3D("Direction", dir);

It means, I wanna (-1, 0, 0), but get (1, 0, 0).