-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Created an area-specific wind force that interacts with soft bodies #51751
Conversation
jeffrey-cochran
commented
Aug 16, 2021
•
edited
Loading
edited
- Fulfills proposal #2291
- Adds four parameters to the physics overrides of an Area3D that characterize a wind force, which interacts with all soft bodies intersecting the Area3D.
- Builds on the progress made in PR Updated softbody handling to allow for area/softbody collision detection and application of area gravity #50785
- Attached is a demo project: softbody_wind_force.zip
I'll squash this when I get to a computer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! It's almost there, I've left some suggestions to improve the code and editor usability. I haven't tested yet but I'll do it later today.
Edit: Also please check the failed automatic builds below, there are some errors to fix before this can be merged.
61ef9ed
to
8afd0c7
Compare
0ec557c
to
6c5c689
Compare
6c5c689
to
f426cb9
Compare
f426cb9
to
70d5c4f
Compare
70d5c4f
to
e806397
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!