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
Improvements to basic navigation and camera motion
Change default panning behavior: turntable center moves as you pan the camera (thanks @Kiord)
Double-clicking on a point in the scene to recenter the camera!
Add new sparse volume / sparse voxel grid structure type
Added a new (optional) onscreen colorbar, which looks more like a typical traditional colorbar and is shown directly on the screen
Added function to export the colorbar to an .svg file for creating figures
Rework the Transformation Gizmo, use ImGuizmo to render it, add many more options for customizing the Gizmo transformations (rotation/translation only, etc)
Allow arbitrary additional user-created Transformation Gizmos to manipulate transforms/positions in custom UIs
Added functions to create/get/manipulate slice planes with custom names (thanks @merlinND)
Add a callback to drag-and-drop files into the Polyscope window (thanks @merlinND)
Update ImGui v1.91.9b --> v1.92.5
Rework support for multiple contexts with ImGui+GLFW
Change the way font loading and custom fonts work (breaking change for advanced users only)
Add Icon fonts for use with ImGui (currently internal, not yet exposed to end users)
Python
Move python bindings to nanobind, add type hints for almost everything (thanks @wjakob)
Re-generate ImGui bindings, bind essentially all of ImGui and ImPlot (thanks 🤖)