Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it able to move softbody with script?
#4
(12-11-2019, 04:11 PM)manurocker95 Wrote: and how do I set an obi actor by transform position?

Hi,

Mathematically speaking it is impossible to define the orientation/position/scale of any deformable object using a single transform. Where's the "center" of a t-shirt? how much is it rotated/scaled when worn? and when folded in a drawer? or crumpled in the laundry basket?

So you have to be much more specific about what you mean by "set by transform position".

- You could fix some particles in your actor, and then set the position of those (ObiHandles).
- You could perform the simulation in local space, then move the reference frame of the simulation around. See: http://obi.virtualmethodstudio.com/tutor...space.html
Reply


Messages In This Thread
RE: Is it able to move softbody with script? - by josemendez - 12-11-2019, 04:42 PM