Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it able to move softbody with script?
#9
(14-11-2019, 10:18 AM)josemendez Wrote: 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.


About 1) gonna try that, but more examples should be added to the package to cover these kind of things.

2) Not really: https://gofile.io/?c=mbKTnQ

the script just set the positions as:     

solver.positions[pickArgs.particleIndex] = (targetPosition);
Reply


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