Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Making Non-Stretchy Rope
#2
This problem is inherent to all iterative physics engines, so the solutions are the same as in all engines: crank up the amount of iterations, and/or reduce the timestep.

Since 5.0 Obi allows you to divide the full timestep into smaller substeps, while performing collision detection only once for the full step. This means substepping is much cheaper than in previous versions.

You can increase the amount of substeps in the ObiFixedUpdater component. This will increase the quality of the simulation, allowing ropes to reach higher effective stiffness.
Reply


Messages In This Thread
Making Non-Stretchy Rope - by relevantname - 15-04-2020, 07:40 PM
RE: Making Non-Stretchy Rope - by josemendez - 15-04-2020, 07:54 PM
RE: Making Non-Stretchy Rope - by relevantname - 16-04-2020, 08:52 AM
RE: Making Non-Stretchy Rope - by josemendez - 16-04-2020, 08:56 AM
RE: Making Non-Stretchy Rope - by relevantname - 16-04-2020, 10:03 AM
RE: Making Non-Stretchy Rope - by josemendez - 16-04-2020, 10:13 AM
RE: Making Non-Stretchy Rope - by relevantname - 16-04-2020, 10:38 AM
RE: Making Non-Stretchy Rope - by josemendez - 16-04-2020, 10:39 AM
RE: Making Non-Stretchy Rope - by relevantname - 16-04-2020, 11:41 AM
RE: Making Non-Stretchy Rope - by josemendez - 19-04-2020, 10:11 AM
RE: Making Non-Stretchy Rope - by josemendez - 15-04-2020, 07:57 PM