Support compound shapes.

This commit is contained in:
Crozet Sébastien
2020-12-28 18:12:33 +01:00
parent 8d925a02ef
commit 94c67a0c31
5 changed files with 146 additions and 100 deletions

View File

@@ -85,7 +85,7 @@ pub(crate) use self::collider_set::RemovedCollider;
pub(crate) use self::contact_pair::WContact;
pub use self::interaction_groups::InteractionGroups;
pub(crate) use self::narrow_phase::ContactManifoldIndex;
pub(crate) use cdl::partitioning::WQuadtree;
pub(crate) use cdl::partitioning::SimdQuadTree;
pub use cdl::shape::*;
mod broad_phase_multi_sap;