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 Circle Collision Issues of QRigidBody #32

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

erayzesen
Copy link
Owner

After the CircleAndCircle collision method optimized for performance in this PR, it was found that QRigidBody objects with a Circle shape were not colliding. The issue was identified as being caused by incorrect parameter input in the new collision method. This PR will fix the issue.

@erayzesen erayzesen changed the title Fix Collision Bugs Between Single Circles Fix Circle Collision Issues of QRigidBody Jan 31, 2025
@erayzesen erayzesen marked this pull request as ready for review January 31, 2025 02:17
@erayzesen erayzesen merged commit a78131f into master Jan 31, 2025
48 checks passed
@erayzesen erayzesen deleted the bugfix/fix_collision_bugs_between_single_circles branch January 31, 2025 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant