Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  2D rope-rope collision goes through
#4
Sonrisa 
(20-06-2021, 03:28 PM)josemendez Wrote: If you’re using Obi 6.1 or older, make sure the ropes have different phase values as explained in the manual:
http://obi.virtualmethodstudio.com/manua...sions.html

In the latest version(6.2) make sure the collision filters are set up properly:
http://obi.virtualmethodstudio.com/manua...sions.html

Thanks for your quick response

I was changing phase values by using the Edit Path button. It looks like second rope's phase value was overriding the first rope's phase value. Thus, I was ending up with the same values. I guess it's because the ropes share the same blueprint. 

I ended up setting phase values for each rope through script with the SetPhase method and it ended up working perfectly! 

Thanks one again  Gran sonrisa
Reply


Messages In This Thread
2D rope-rope collision goes through - by panda - 20-06-2021, 01:46 PM
RE: 2D rope-rope collision goes through - by panda - 20-06-2021, 04:26 PM