15-11-2022, 12:13 AM
(14-11-2022, 04:36 PM)josemendez Wrote: Hi,
Rigidbodies and softbodies are completely unrelated to each other, drag applied to one of them won't affect the other.
Obi has a built-in atmospheric drag simulation, that can be enabled per solver. To enable it increase the solver's "damping" parameter to a non-zero value:
http://obi.virtualmethodstudio.com/manua...olver.html
If you want to implement your own advanced damping/drag system, you can also do so by using the particles API and adding your own external forces to each particle. See:
http://obi.virtualmethodstudio.com/manua...icles.html
kind regards,
Thank you so much! I have some reading to do then!