Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attach Game Objects To Obi Softbody
#1
I want to attach non-jelly objects to my slime. I need to reach the closest particles for those game objects to set their positions. Those game objects will stick to the surface of that slime. 
Reply
#2
(03-08-2021, 10:00 AM)WarrockTr Wrote: I want to attach non-jelly objects to my slime. I need to reach the closest particles for those game objects to set their positions. Those game objects will stick to the surface of that slime. 

Use a combination of collision callbacks to detect objects in contact with particles:
http://obi.virtualmethodstudio.com/manua...sions.html

And pin constraints to attach these objects to the particles:
http://obi.virtualmethodstudio.com/manua...aints.html
Reply