Better fix for out of print volume detection

This commit is contained in:
Enrico Turri 2018-08-24 10:03:34 +02:00
parent 16259e6f26
commit 727a5fd997
3 changed files with 11 additions and 14 deletions

View file

@ -333,7 +333,7 @@ public:
int volume_idx() const { return (this->composite_id / 1000) % 1000; }
int instance_idx() const { return this->composite_id % 1000; }
Transform3d world_matrix() const;
Transform3f world_matrix() const;
BoundingBoxf3 transformed_bounding_box() const;
BoundingBoxf3 transformed_convex_hull_bounding_box() const;