collision-rs icon indicating copy to clipboard operation
collision-rs copied to clipboard

query_ray and query_ray_closest are bugged when compiling on release

Open pi-pi3 opened this issue 6 years ago • 1 comments

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.

pi-pi3 avatar Jan 21 '19 16:01 pi-pi3

Got a minimal gist demonstrating this, by any chance?

joshburkart avatar Mar 10 '19 03:03 joshburkart