svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Widen lifetime bounds on BVHTraverseIterator #95

Closed Steelbirdy closed 1 year ago

Steelbirdy commented 1 year ago

This fixes an issue I was having where an enclosing function couldn't return data referencing the shape returned by the BVHTraverseIterator.

svenstaro commented 1 year ago

Sadly CI breaks on tarpaulin at the moment. I'll have to fix that one of these days.

svenstaro commented 1 year ago

Merged, thanks!