You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple issues compounded the problem.
Implemented a generic `castRay()` to allow for full Moller-Trumbore ray intersection.
_To update collider type specific rays at a later date
As of right now, `castRay()` is still gaining a lot of performance on three's Raycaster for data pre-calculations and hash grid implementation
_It doesn't work on animated collision objects however
0 commit comments