Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Increase scale of softbody?
#2
(11-02-2021, 01:06 PM)RMHgames Wrote: When I try to grow softbody sphere, there's a really bad render bug (See attached)

Any fix?

You can't scale deformable objects, it does not make any sense mathematically speaking. You can't define a deformable object's position, rotation or size using a single matrix. Affine/rigid transforms (such as Unity's) can only be applied to rigid objects, as the name implies.

You can however scale the simulation space they're in. Simply scale the solver. See the manual:
http://obi.virtualmethodstudio.com/tutor...olver.html

Quote:Solvers always perform the simulation in local space. This means that translating, rotating or scaling the solver will rigidly transform the simulation as a whole.
Reply


Messages In This Thread
Increase scale of softbody? - by RMHgames - 11-02-2021, 01:06 PM
RE: Increase scale of softbody? - by josemendez - 11-02-2021, 01:34 PM
RE: Increase scale of softbody? - by the-lander - 04-03-2021, 03:56 PM
RE: Increase scale of softbody? - by josemendez - 04-03-2021, 04:00 PM
RE: Increase scale of softbody? - by the-lander - 04-03-2021, 09:21 PM