Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why doesn't my model have soft features
#6
(21-07-2022, 07:25 PM)max88889999 Wrote: please tell me where is the problem thanks



There seems to be no ObiUpdater component in charge of updating your solver, or at least the video doesn't show you setting it up. As a result, particles in that solver will not be simulated or rendered.

You need to add a ObiUpdater component (usually, a ObiFixedUpdater) to specificy at which point duding the frame should the simulation of your solver(s) be updated. I'd suggest taking a look at the manual, specifically the section that explains overall component architecture and the one that focuses on updaters:
http://obi.virtualmethodstudio.com/manua...cture.html
http://obi.virtualmethodstudio.com/manua...aters.html

As a side note, In the video I see you add a ObiRigidbody to the ObiSolver component. The solver defines the space in which simulation is performed, so adding a ObiRigidbody to it doesn't make much sense. You can add a regular rigidbody if you want, though.

let me know if you still struggle with the setup, I can record a video specifically for you.

kind regards,
Reply


Messages In This Thread
RE: Why doesn't my model have soft features - by josemendez - 21-07-2022, 08:41 PM