imGuIZMO.quat v2.2
New in the imGuIZMO.quat v2.2
- Graphical helper for rotation around a fixed axis
- When press and hold a key modifier (Ctrl/Shift/Alt/Super) and hover the mouse over the widget, a graphical helper appears in the left bottom corner, with the color that identifies the fixed axis.
- Mouse sensibility
- Now is possible adjust the mouse sensibility with
setGizmoFeelingRot(float)
- >1 more mouse sensitivity
- <1 less mouse sensitivity
- Now is possible adjust the mouse sensibility with
*You can try/view these new feature via live demo, accessible from main page
Changes / Fixes / Improvements
- Changed capitalization of search include path
- It changes from
ImGui
toimgui
, to adapt to the ImGui repository directory, anyway you can use theIMGUIZMO_USE_ImGui_FOLDER
define to maintain olden behavior
- It changes from
- Update CMakeLists.txt to build example also with latest Emscripten releases (fix
BINARYEN_METHOD
no more supported) - Now the text (if you want it) appears inside the widget area, so the size is exactly what you chose.