parry icon indicating copy to clipboard operation
parry copied to clipboard

CompositeShapeRef::project_local_point panics when no match is found

Open tbillington opened this issue 1 month ago • 0 comments

CompositeShapeRef::project_local_point panics when no match is found.

Original issue https://github.com/avianphysics/avian/issues/872.

Essentially best_val is never getting set to anything inside Bvh::find_best based on my step-through debugging.

https://github.com/dimforge/parry/blob/v0.25.1/src/partitioning/bvh/bvh_traverse.rs#L343

tbillington avatar Nov 09 '25 04:11 tbillington