Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it able to move softbody with script?
#8
(14-11-2019, 09:54 AM)manurocker95 Wrote: The thing is that:

1) I need to know what particles are being touched by the grasper and any of the current callbacks allow to know that
2) Even if I set the position of the dragged particles, I need the rest of the particles to follow the position but applying dynamic physics, so could you make an example to know how would it be done?

1) You can use collision callbacks to get the particles touching the grasper:
http://obi.virtualmethodstudio.com/tutor...sions.html

2) When you set the position of some particles, all other particles follow them automatically because they are interlinked via shape matching constraints. There's nothing you need to do for this to happen. Simply move the particles you need, the rest will follow.
Reply


Messages In This Thread
RE: Is it able to move softbody with script? - by josemendez - 14-11-2019, 10:18 AM