aevyrie / bevy_mod_raycast

A little mesh raycasting plugin for Bevy
https://crates.io/crates/bevy_mod_raycast
MIT License
320 stars 93 forks source link

fix: Remove unused field BoundingSphere::scaled_radius #30

Closed johanhelsing closed 2 years ago

aevyrie commented 2 years ago

This has been fixed in the latest release - bounding spheres have been completely removed in favor of the built-in AABBs.