Update to latest version of parry
This commit is contained in:
@@ -12,6 +12,7 @@ use parry::query::details::{
|
|||||||
RayCompositeShapeToiAndNormalBestFirstVisitor, RayCompositeShapeToiBestFirstVisitor,
|
RayCompositeShapeToiAndNormalBestFirstVisitor, RayCompositeShapeToiBestFirstVisitor,
|
||||||
TOICompositeShapeShapeBestFirstVisitor,
|
TOICompositeShapeShapeBestFirstVisitor,
|
||||||
};
|
};
|
||||||
|
use parry::utils::DefaultStorage;
|
||||||
use parry::query::visitors::{
|
use parry::query::visitors::{
|
||||||
BoundingVolumeIntersectionsVisitor, PointIntersectionsVisitor, RayIntersectionsVisitor,
|
BoundingVolumeIntersectionsVisitor, PointIntersectionsVisitor, RayIntersectionsVisitor,
|
||||||
};
|
};
|
||||||
@@ -245,6 +246,7 @@ pub enum QueryPipelineMode {
|
|||||||
impl<'a> TypedSimdCompositeShape for QueryPipelineAsCompositeShape<'a> {
|
impl<'a> TypedSimdCompositeShape for QueryPipelineAsCompositeShape<'a> {
|
||||||
type PartShape = dyn Shape;
|
type PartShape = dyn Shape;
|
||||||
type PartId = ColliderHandle;
|
type PartId = ColliderHandle;
|
||||||
|
type QBVHStorage = DefaultStorage;
|
||||||
|
|
||||||
fn map_typed_part_at(
|
fn map_typed_part_at(
|
||||||
&self,
|
&self,
|
||||||
|
|||||||
Reference in New Issue
Block a user