Tech ENABLE_SINKING_CONTOURS -> Cut gizmo: contours updated during render pass

This commit is contained in:
enricoturri1966 2021-07-28 13:03:48 +02:00
parent 0146013b4e
commit f1cd3e22c4
2 changed files with 49 additions and 39 deletions

View file

@ -65,6 +65,9 @@ private:
void perform_cut(const Selection& selection);
double calc_projection(const Linef3& mouse_ray) const;
BoundingBoxf3 bounding_box() const;
#if ENABLE_SINKING_CONTOURS
void update_contours();
#endif // ENABLE_SINKING_CONTOURS
};
} // namespace GUI