Remove redundant bb calculation in AABBTree
This commit is contained in:
parent
9606473c16
commit
743d431574
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue