Skip to content

imGuIZMO.quat v2.2

Compare
Choose a tag to compare
@BrutPitt BrutPitt released this 23 Mar 22:58
· 169 commits to master since this release

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

Helper2 Helper1

*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 to imgui, to adapt to the ImGui repository directory, anyway you can use the IMGUIZMO_USE_ImGui_FOLDER define to maintain olden behavior
  • 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.