15-07-2023, 11:03 AM
(15-07-2023, 07:30 AM)domopuff Wrote: Hello,
How can I obtain the actors that have collided with my cloth object?
Thanks!
Christopher
Hi!
You can get a list of all particle-particle contacts each frame by subscribing to solver.OnParticleCollision. Then it’s just a matter of retrieving the actor(s) involved in each contact. How to do this is explained in the manual: http://obi.virtualmethodstudio.com/manua...sions.html
Kind regards,