Create raycaster with radius
thecodewarrior opened this issue ยท 0 comments
Create a class that will do raycasts on AABBs, registering any hits within a certain radius of the ray (think a raycast with a cylinder).
Here's some code I found for doing AABB-ray distance checks: