dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Consider giving the ability to add a Ray to the world. #177

Open sebcrozet opened 6 years ago

sebcrozet commented 6 years ago

This would be useful for, e.g., permanent lasers in video games. More generally, it seems logical that anything that can be collided to could be added to the collision world. See the discussion on reddit.

kellpossible commented 6 years ago

Circles and bounded lines too perhaps?