Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it able to move softbody with script?
#7
(13-11-2019, 02:42 PM)josemendez Wrote: Why not slightly modifying the included grabber then? Instead of adding a force to each particle (solver.externalForces, which is what the grabber does) set their position directly (set solver.positions instead). If you want the grabbed particles to have no dynamics while grabbed, also set their inverse mass and their velocity to zero.
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?
Reply


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