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

Collision excepted bodies still interact when under continuous collision detection. #103

Open
Scuas opened this issue May 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Scuas
Copy link

Scuas commented May 19, 2024

Describe the bug
Rigidbodies with collision exceptions will be stopped by continuous collision detection when they should be ignored.

To Reproduce
Steps to reproduce the behavior:
Create rigidbodies which are capable of collision with one another, at least one body must have ray or shape cast continuous detection.
Set one body to have an exception with the other, and impulse it at a very high speed to cause a collision.
See that despite having an exception, the body will try to 'stop' on the other. Positionally, it's like they've collided, but the game does not register any collision.

Expected behavior
Bodies that have the other as collision exceptions should never interact at all, as under Godot Physics 2D.

Environment (please complete the following information):

  • OS: [Windows]
  • Version [175c45e]
  • Godot Version: 4.3
  • Type [simd single]

Example project(zip)
rapierexceptionsissue.zip

@Scuas Scuas added the bug Something isn't working label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant