impl Group

This commit is contained in:
Tristan Guichaoua
2022-08-13 14:31:27 +02:00
parent 68d250f0ad
commit 6c2eca72a5
4 changed files with 95 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ pub use self::contact_pair::{
pub use self::interaction_graph::{
ColliderGraphIndex, InteractionGraph, RigidBodyGraphIndex, TemporaryInteractionIndex,
};
pub use self::interaction_groups::InteractionGroups;
pub use self::interaction_groups::{Group, InteractionGroups};
pub use self::narrow_phase::NarrowPhase;
pub use self::collider::{Collider, ColliderBuilder};