Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obi softbody catching on the edge of collider
#9
Quote:Thank you very much for your time Jose!
It did fix the issue

You're welcome Sonrisa

(03-06-2021, 01:34 PM)richienko Wrote: The reason I was scaling only x/y axis is because scaling Z axis also moves softbody backwards/forwards. Which is undesirable.

I kinda suspected that must be reason why you used non-uniform scaling. Thing is since the solver is always at the start of the track, scaling it moves actors towards/away from it (towards if you scale down, away if you scale up).

Keep in mind that scaling the solver does not scale each individual actor in it (deformable objects can't be scaled in the general case). It scales the simulation space, which is slightly different.

You could either live with this if the scaling happens at a small enough pace and the tracks are short enough, or get a bit hacky and periodically move the solver towards the actor and keep the actor at the same spot.
Reply


Messages In This Thread
RE: Obi softbody catching on the edge of collider - by josemendez - 03-06-2021, 01:55 PM