mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-25 11:51:17 -07:00
NEW:add paint tool in assembly view
Change-Id: I108e1e24ca9d033d2279c8153585166971a347a6
This commit is contained in:
parent
5236f17792
commit
ab0c6611c8
13 changed files with 265 additions and 108 deletions
|
|
@ -368,7 +368,7 @@ private:
|
|||
mutable CutContours m_cut_contours;
|
||||
|
||||
BoundingBoxf3 bounding_box() const;
|
||||
void update_contours(float cursor_z, float max_z) const;
|
||||
void update_contours(const TriangleMesh& vol_mesh, float cursor_z, float max_z, float min_z) const;
|
||||
|
||||
protected:
|
||||
void on_set_state() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue