Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add drag to a softbody?
#3
Dedo arriba 
(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!   Gran sonrisa
Reply


Messages In This Thread
How to add drag to a softbody? - by michele_lf - 14-11-2022, 03:50 PM
RE: How to add drag to a softbody? - by michele_lf - 15-11-2022, 12:13 AM