WIP on ModelBoxCollision. Octree works in Release mode.

This commit is contained in:
William Moberg
2016-01-23 10:45:50 +01:00
parent 1670fb4e48
commit 3974c649ab
6 changed files with 64 additions and 55 deletions
-5
View File
@@ -276,9 +276,4 @@ std::vector<int> Child::childIndicesContainingBox(const AABB& box) const
}
}
inline bool Child::hasChildren() const
{
return m_Children[0] != nullptr;
}
}