Progress indication for hollowing gizmo.

This commit is contained in:
tamasmeszaros 2019-11-11 16:10:46 +01:00
parent 35ba7a481c
commit 60650d0dfc
3 changed files with 66 additions and 27 deletions

View file

@ -76,8 +76,11 @@ public:
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
void delete_selected_points(bool force = false);
ClippingPlane get_sla_clipping_plane() const;
void update_hollowed_mesh(std::unique_ptr<TriangleMesh> mesh);
std::pair<const TriangleMesh *, sla::HollowingConfig> get_hollowing_parameters() const;
void set_hollowing_result(std::unique_ptr<TriangleMesh> mesh);
void update_hollowed_mesh();
bool is_selection_rectangle_dragging() const { return m_selection_rectangle.is_dragging(); }