-
Notifications
You must be signed in to change notification settings - Fork 182
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
The player capsule doesn't collide with the chassis. #246
Comments
I don't know, my guess is that the chassis is a compound shape and the
player capsule post contact process code has a bug there. It should
collide, that's a bug that need fixing.
Thanks for the report.
I will debug it.
…On Mon, Aug 9, 2021, 2:38 AM BenjaminGu ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/16999381/128686806-de0c6561-a060-4bcb-bf1b-32bab2f293ab.png>
The player capsule collides with tires.
However, it doesn't collide with the chassis.
Why is this happening?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#246>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6EPJBOZMTLAYUFZXJ3S3TT36OY7ANCNFSM5BZUTP2Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
the bug was here
I was testing the flag on the contact joint in order to report collision test on the same joint, when is should test the flag on the contact solver. ok fixed. please check again |
It like that you mixing thing up. I never tried player reacting with the vehicle. :) I did not test the player pushing the vehicle, because there is not camera handling for that in that demo, |
It works. Thank you for your immediate help. |
The player capsule collides with tires.
However, it doesn't collide with the chassis.
Why is this happening?
The text was updated successfully, but these errors were encountered: