diff options
Diffstat (limited to 'src/geometry/mod.rs')
| -rw-r--r-- | src/geometry/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs index a91c4b9..676fe69 100644 --- a/src/geometry/mod.rs +++ b/src/geometry/mod.rs @@ -54,6 +54,7 @@ pub type PointProjection = parry::query::PointProjection; /// The the time of impact between two shapes. pub type TOI = parry::query::TOI; pub use parry::shape::SharedShape; +pub use parry::shape::{OctantPattern, VoxelType, Voxels}; bitflags::bitflags! { /// Flags providing more information regarding a collision event. |
