-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: supports collision filtering #74
Conversation
refactor: use dec function to make the code more readable
I didn't include dist / docs in the commit due to potential conflicts with multiple PRs, but I'm unsure if it's more convenient for you. |
…callback feat: the raycast `allow` callback adds the `ray` parameter for 'checkInteract' function, placed second for compatibility
this is quite interesting and I mostly like it I will clone adjust and merge see this in a few days @noih !! thank you for pull request !! |
awesome MR I've read all I plan to move:
to some export in lib and reuse it then build dist and docs thanks @noih !! |
also
|
actually I don't see any breakin changes here SO YOLO I MERGE AND THEN UPDATE |
I implemented a group method similar to box2d collision filtering that uses only bit operations, ensuring minimal performance impact. The stress demo has also been updated for observing the results.
I'll be using this functionality but unsure if others will also need it ~