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

Attach intersection component directly to intersecting entities #79

Closed jim-ec closed 1 year ago

jim-ec commented 1 year ago

Before, the Intersection component was added to a newly spawned empty entity.

jim-ec commented 1 year ago

Closing the PR because their are unrelated commits

jim-ec commented 1 year ago

Also, this is fixed by #69 anyway