Added 'drop to bed' button into object manipulation panel

This commit is contained in:
Lukas Matena 2019-06-19 10:46:42 +02:00
parent 5a1e1bc10c
commit 3d8c3804fa
4 changed files with 59 additions and 1 deletions

View file

@ -409,6 +409,8 @@ public:
BoundingBoxf3 transformed_convex_hull_bounding_box(const Transform3d &trafo) const;
// caching variant
const BoundingBoxf3& transformed_convex_hull_bounding_box() const;
// convex hull
const TriangleMesh* convex_hull() const { return m_convex_hull.get(); }
bool empty() const { return this->indexed_vertex_array.empty(); }
bool indexed() const { return this->indexed_vertex_array.indexed(); }