Skip to content
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

Feature Request: Ghost Collision Handling #669

Open
Ughuuu opened this issue Jun 28, 2024 · 0 comments
Open

Feature Request: Ghost Collision Handling #669

Ughuuu opened this issue Jun 28, 2024 · 0 comments
Labels

Comments

@Ughuuu
Copy link

Ughuuu commented Jun 28, 2024

Right now, for 2D there can appear ghost collision between static polygons and circles for eg. It would be nice if there was a way to handle these. Box2D has the following post of how they solve this: https://box2d.org/posts/2020/06/ghost-collisions/

There is also this other post of how to solve this: http://briansemrau.github.io/dealing-with-ghost-collisions/

The first uses a technique that requires a new type of shape/data for it.

The second seems to be a simple callback for handling this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants