1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Sla supports - moving the points

This commit is contained in:
Lukas Matena
2018-09-12 12:14:20 +02:00
parent ccf27ae1f3
commit d9322dad95
4 changed files with 223 additions and 44 deletions
+4
View File
@@ -340,6 +340,7 @@ public:
Scale,
Rotate,
Flatten,
SlaSupports,
Num_Types
};
@@ -388,6 +389,9 @@ public:
void set_flattening_data(const ModelObject* model_object);
Vec3d get_flattening_normal() const;
void set_model_object_ptr(const ModelObject* model_object);
void move_current_point(const Vec2d& mouse_position);
void render_current_gizmo(const BoundingBoxf3& box) const;
void render_current_gizmo_for_picking_pass(const BoundingBoxf3& box) const;