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

joints example not properly working #535

Closed
Vrixyz opened this issue Jun 19, 2024 · 1 comment · Fixed by #547
Closed

joints example not properly working #535

Vrixyz opened this issue Jun 19, 2024 · 1 comment · Fixed by #547
Labels
A-Dynamics A-Integration very bevy specific C-Bug Something isn't working D-Medium P-High arbitrary important item S-in-progress

Comments

@Vrixyz
Copy link
Contributor

Vrixyz commented Jun 19, 2024

TL;DR: fix in rapier: dimforge/rapier#660

description

steps:

  • cargo run --example joints2
Expected render

image

Actual render (as of 56f9870)

image

  • Same behaviour observed for joints3

Analysis

introduced in #525 (5fb8a4e)

Position matrix for the dynamic entities contain infinity values 🤔

image

@Vrixyz Vrixyz added C-Bug Something isn't working D-Medium P-High arbitrary important item S-in-progress A-Dynamics A-Integration very bevy specific labels Jun 19, 2024
@Vrixyz Vrixyz changed the title joints2 example not properly working joints example not properly working Jun 19, 2024
@Vrixyz
Copy link
Contributor Author

Vrixyz commented Jun 24, 2024

Will be fixed with rapier 0.21, keeping opened until we update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dynamics A-Integration very bevy specific C-Bug Something isn't working D-Medium P-High arbitrary important item S-in-progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant