collision-rs
collision-rs copied to clipboard
query_ray and query_ray_closest are bugged when compiling on release
query_ray
and query_ray_closest
completely omit a cuboid, but correctly find a plane when compiled on release. When compiled on debug, they both find the cuboid and the plane.
Got a minimal gist demonstrating this, by any chance?