Start introducing SAP layers.

This commit is contained in:
Crozet Sébastien
2021-03-08 15:12:45 +01:00
parent 0b80bc827c
commit 7983c25606
6 changed files with 208 additions and 108 deletions

View File

@@ -4,6 +4,7 @@ pub use self::broad_phase_pair_event::{BroadPhasePairEvent, ColliderPair};
pub(self) use self::broad_phase_proxy::*;
pub(self) use self::sap_axis::*;
pub(self) use self::sap_endpoint::*;
pub(self) use self::sap_layer::*;
pub(self) use self::sap_region::*;
pub(self) use self::sap_utils::*;
@@ -12,5 +13,6 @@ mod broad_phase_pair_event;
mod broad_phase_proxy;
mod sap_axis;
mod sap_endpoint;
mod sap_layer;
mod sap_region;
mod sap_utils;