mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 08:15:53 +08:00
Remove redundant bb calculation in AABBTree
This commit is contained in:
parent
9606473c16
commit
743d431574
@ -68,8 +68,6 @@ public:
|
||||
|
||||
template<class M> void AABBMesh::init(const M &mesh, bool calculate_epsilon)
|
||||
{
|
||||
BoundingBoxf3 bb = bounding_box(mesh);
|
||||
|
||||
// Build the AABB accelaration tree
|
||||
m_aabb->init(*m_tm, calculate_epsilon);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user