aevyrie / bevy_mod_raycast

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

Viewport fix #89

Closed aevyrie closed 11 months ago

aevyrie commented 11 months ago

Bevy 0.11 seems to have an undocumented change to viewport to world ray construction. This fixes that to use viewport coordinates instead of screen coordinates. Picking example updated as well.