Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Can softbody be used on cloth?
#5
(07-06-2023, 09:21 AM)josemendez Wrote: Hi!

It's entirely possible, but how well it works depends on how well the particle representation of both the softbody and the cloth approximate their surface. That's why I suggested you to add a ObiParticleRenderer component to both, to be able to visualize the particles and debug collision detection.

Note that Obi is a particle-based engine, so collision detection between objects is performed using particles. If the object's representation is too sparse (meaning large holes in between particles, or badly placed particles) then collisions will be irregular or even cease to work completely.

kind regards,

I added ObiParticleRender and tried it.

collision between the softbody and Cloth does not occur properly.

I need to add colliders to make each other react
Adding a collider to Cloth makes it hard.
Adding a collider to a soft body will cause the soft body to fly in a strange direction, or will not return to its original state when it is crushed.

I didn't know what to do, so I filmed the phenomenon.
Please help me in a little more detail. Thank you.

https://drive.google.com/file/d/1NAcZ_4e...sp=sharing
Reply


Messages In This Thread
Can softbody be used on cloth? - by astest - 02-06-2023, 03:31 AM
RE: Can softbody be used on cloth? - by astest - 06-06-2023, 02:05 AM
RE: Can softbody be used on cloth? - by astest - 08-06-2023, 04:08 AM
RE: Can softbody be used on cloth? - by astest - 08-06-2023, 10:17 AM
RE: Can softbody be used on cloth? - by astest - 09-06-2023, 06:02 AM