-
Notifications
You must be signed in to change notification settings - Fork 63
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
Create react api for DynamicRayCastVehicleController #323
Comments
For sure, it will be great to get this in rt/rapier! But this is blocked on rapier.js bindings being updated to include the vehicle controller - https://github.com/dimforge/rapier.js If you're keen to see this sooner, you could contribute to the bindings effort there. Last I heard on the dimforge discord someone was working on them, but it's been a while. |
There's also no open issue on rapier.js for adding vehicle bindings. Would be good to open one there to track. |
The vehicle controller is currently available through the canary release of |
Some folks on discord shared they are working around this by overriding the version of This isn't ideal though 😞 unfortunately the maintainer of rapier is busy with non-rapier work right now and hasn't had time to get a release out. |
Example of usage: |
Hello. I see that r3p currently depends on rapier
0.11.1
, however0.17.0
gotDynamicRayCastVehicleController
. Would be great to have it exposed in r3p.The text was updated successfully, but these errors were encountered: