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

Fix two bugs that would cause qbvh increment update to panic, and adding a few test cases for qbvh update #139

Merged
merged 3 commits into from
Apr 30, 2023

Conversation

IGreyGooI
Copy link
Contributor

One should fix #136, dimforge/rapier#450, need confirmations.
The other one fixes a bug that is detected by check_topology.

In addtion, the randomized tester should detect potential future problem with qbvh update.

@IGreyGooI IGreyGooI changed the title Fixed two bugs that would cause qbvh increment to panic, and adding a few test cases for qbvh update Fix two bugs that would cause qbvh increment update to panic, and adding a few test cases for qbvh update Apr 24, 2023
Copy link
Member

@sebcrozet sebcrozet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two fixes are legit. Good findings!
Thanks for the test code as well.

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

Successfully merging this pull request may close these issues.

New panic: 'attempt to add with overflow' in parry3d 0.13.3
2 participants