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

Bounces upward when the player steps on another entity #412

Open
5-23 opened this issue Jul 10, 2024 · 4 comments
Open

Bounces upward when the player steps on another entity #412

5-23 opened this issue Jul 10, 2024 · 4 comments

Comments

@5-23
Copy link

5-23 commented Jul 10, 2024

Screen.Recording.2024-07-10.at.4.45.41.PM.mov
@Khanoto
Copy link
Contributor

Khanoto commented Jul 11, 2024

Hi,

Look at this (Speculative collision)
https://docs.rs/avian2d/latest/avian2d/dynamics/ccd/index.html

Try lowering the default speculative margin, maybe it will help

@5-23
Copy link
Author

5-23 commented Jul 11, 2024

Hi,

Look at this (Speculative collision) https://docs.rs/avian2d/latest/avian2d/dynamics/ccd/index.html

Try lowering the default speculative margin, maybe it will help

It's better than before, but it's not resolved.

Screen.Recording.2024-07-12.at.7.45.35.AM.mov

@Khanoto
Copy link
Contributor

Khanoto commented Jul 12, 2024

Sorry, I didn't think about that component, but you should be able to solve your problem with that :
https://docs.rs/avian2d/latest/avian2d/dynamics/rigid_body/struct.Restitution.html

@5-23
Copy link
Author

5-23 commented Jul 14, 2024

Sorry, I didn't think about that component, but you should be able to solve your problem with that : https://docs.rs/avian2d/latest/avian2d/dynamics/rigid_body/struct.Restitution.html

not resolved

Screen.Recording.2024-07-15.at.7.40.20.AM.mov

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

No branches or pull requests

2 participants