aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/broad_phase.rs
AgeCommit message (Collapse)Author
2020-10-06Completely remove the WAABBHierarchy structure.Crozet Sébastien
It is now replaced by the WQuadtree.
2020-10-06Make the WQuadTree more generic and use it as the trimesh acceleration ↵Crozet Sébastien
structure.
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet