Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Can fluids collide with other OBI assets?
#3
(12-01-2022, 06:39 PM)josemendez Wrote: Hi!

Yes, all Obi actors can collide with each other, no coding required. In particular, fluid and cloth. Just make sure that:

- Collision filtering is set appropiately.
- Mass of fluid particles and cloth particles is comparable (don’t pour extremely dense fluid on very light cloth)

Also make sure there’s no obvious gaps in the particle representation of the cloth. If particles need to be very small in your case, you can try using surface collisions.

Note you can visually inspect particles at runtime by adding a ObiParticleRenderer component to your cloth.

Let me know if I can be of further help.
Thanks,i made it,But I found that cloth particles seemed to be immune to Solver's Max  Anisotropy influence, in the Fluids in the document (http://obi.virtualmethodstudio.com/manua...sions.html) are not compatible  with surface collisions.   However, surface collisions is also used in the solution, which I don't quite understand  
Reply


Messages In This Thread
RE: Can fluids collide with other OBI assets? - by tecnnt - 13-01-2022, 01:49 PM