Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Cloth behind animation
#3
(26-04-2022, 08:24 AM)josemendez Wrote: Hi there!

make sure interpolation is disabled in the solver component, as it introduces a 1-frame delay:
http://obi.virtualmethodstudio.com/manua...olver.html


Then, depending on when you want the simulation to run during the frame you have a couple options:
- If you want to use a fixed timestep, set your animator mode to "animate physics" and then use a ObiLateFixedUpdater.
- If you can get away with a variable timestep, set your animator mode to "normal" and use ObiLateUpdater.

let me know if I can be of further help,

Thanks, I added obi rigibody and it works, why? 
Interpolation makes no difference, neither do the other options. 
Btw, Obi is doing really good job on most of the simulation but skinned mesh always have some sort of problem.
Thanks!!
Reply


Messages In This Thread
Cloth behind animation - by LKH819 - 25-04-2022, 10:43 PM
RE: Cloth behind animation - by josemendez - 26-04-2022, 08:24 AM
RE: Cloth behind animation - by LKH819 - 26-04-2022, 10:27 PM
RE: Cloth behind animation - by josemendez - 27-04-2022, 07:30 AM