mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion
This commit is contained in:
parent
52c9dd3252
commit
878c7ee3d7
6 changed files with 49 additions and 5 deletions
|
@ -814,8 +814,11 @@ public:
|
|||
|
||||
void update_volumes_colors_by_extruder();
|
||||
|
||||
#ifndef ENABLE_IMGUI
|
||||
Rect get_gizmo_reset_rect(const GLCanvas3D& canvas, bool viewport) const;
|
||||
bool gizmo_reset_rect_contains(const GLCanvas3D& canvas, float x, float y) const;
|
||||
#endif // not ENABLE_IMGUI
|
||||
|
||||
bool is_dragging() const { return m_gizmos.is_dragging() || m_moving; }
|
||||
|
||||
void render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue