Obi Official Forum
Help Facing some issues Obi Rope - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Help Facing some issues Obi Rope (/thread-2606.html)



Facing some issues Obi Rope - sinsomniac - 02-12-2020

We have got Multiple Obi Ropes configured in our game. We want to find whether they are intersecting or not.
Can anyone please help?
Thanks in advance


RE: Facing some issues Obi Rope - josemendez - 02-12-2020

Hi there,

Just subscribe to the solver's OnParticleContact event. It will return a list of all inter-particle contacts in the frame, from that you can determine if different ropes are colliding with each other. See:
http://obi.virtualmethodstudio.com/tutorials/scriptingcollisions.html


RE: Facing some issues Obi Rope - sinsomniac - 02-12-2020

(02-12-2020, 01:09 PM)josemendez Wrote: Thanks I'll try to implement with this.