We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow sensors to be attached to kinematic and static bodies.
Also add b2Shape_GetSensorOverlaps
b2Shape_GetSensorOverlaps
Add b2Body_EnableSensorEvents and b2Body_EnableContactEvents
b2Body_EnableSensorEvents
b2Body_EnableContactEvents
Bug with sensor events on chains.
This is largely to help with Godot integration. Here are some Jolt settings for Godot for reference. https://github.com/godot-jolt/godot-jolt/blob/master/docs/settings.md
The text was updated successfully, but these errors were encountered:
Implemented #860
Sorry, something went wrong.
No branches or pull requests
This would allow sensors to be attached to kinematic and static bodies.
Also add
b2Shape_GetSensorOverlaps
Add
b2Body_EnableSensorEvents
andb2Body_EnableContactEvents
sensor_on_chain.mp4
Bug with sensor events on chains.
This is largely to help with Godot integration. Here are some Jolt settings for Godot for reference.
https://github.com/godot-jolt/godot-jolt/blob/master/docs/settings.md
The text was updated successfully, but these errors were encountered: