jquery-aim icon indicating copy to clipboard operation
jquery-aim copied to clipboard

Use some sort of ray collision detection

Open catmanjan opened this issue 9 years ago • 2 comments

The problem with rectangle collisions is that they tend to appear to pass through objects, this is more obvious with debug turned on, but even with it off it gives a sense of oddness.

If instead of projecting a box ahead of the mouse velocity, a line was marched in that direction (ala raycasting) I think the experience would be improved.

catmanjan avatar Nov 05 '14 00:11 catmanjan