mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Merge branch 'convex_hull' of https://github.com/prusa3d/Slic3r into gizmos_3d
This commit is contained in:
commit
115744b38d
3 changed files with 11 additions and 7 deletions
|
@ -264,8 +264,8 @@ private:
|
|||
mutable BoundingBoxf3 m_transformed_bounding_box;
|
||||
// Whether or not is needed to recalculate the transformed bounding box.
|
||||
mutable bool m_transformed_bounding_box_dirty;
|
||||
// Convex hull of the original mesh, if any.
|
||||
TriangleMesh m_convex_hull;
|
||||
// Pointer to convex hull of the original mesh, if any.
|
||||
const TriangleMesh* m_convex_hull;
|
||||
// Bounding box of this volume, in unscaled coordinates.
|
||||
mutable BoundingBoxf3 m_transformed_convex_hull_bounding_box;
|
||||
// Whether or not is needed to recalculate the transformed convex hull bounding box.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue