Finished separation of FDM gizmo into base and child

This commit is contained in:
Lukas Matena 2020-08-26 11:33:41 +02:00
parent 7a6531ede7
commit a9435cccb8
6 changed files with 356 additions and 321 deletions

View file

@ -203,7 +203,7 @@ public:
void set_sla_support_data(ModelObject* model_object);
void set_fdm_support_data(ModelObject* model_object);
void set_painter_gizmo_data();
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position = Vec2d::Zero(), bool shift_down = false, bool alt_down = false, bool control_down = false);
ClippingPlane get_clipping_plane() const;