mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA support gizmo does not use Grabber class anymore
This commit is contained in:
parent
fab3025107
commit
9dff44a8ad
5 changed files with 41 additions and 64 deletions
|
@ -464,7 +464,7 @@ public:
|
|||
virtual ~GLGizmoSlaSupports();
|
||||
void set_sla_support_data(ModelObject* model_object, const GLCanvas3D::Selection& selection);
|
||||
void clicked_on_object(const Vec2d& mouse_position);
|
||||
void delete_current_grabber(bool delete_all);
|
||||
void delete_current_point(bool delete_all);
|
||||
|
||||
private:
|
||||
bool on_init();
|
||||
|
@ -472,7 +472,7 @@ private:
|
|||
virtual void on_render(const GLCanvas3D::Selection& selection) const;
|
||||
virtual void on_render_for_picking(const GLCanvas3D::Selection& selection) const;
|
||||
|
||||
void render_grabbers(const GLCanvas3D::Selection& selection, bool picking = false) const;
|
||||
void render_points(const GLCanvas3D::Selection& selection, bool picking = false) const;
|
||||
bool is_mesh_update_necessary() const;
|
||||
void update_mesh();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue