Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Fluid falling through bucket
#3
(05-05-2018, 08:25 AM)phields Wrote: I have same problemTriste

Hi there,

This is common problem called tunneling, you can read about it online. It is inherent to all physics engines: time is discretized into small chunks, so if something small moves too much between one frame and the next, it can simply "teleport" across a thin wall without ever colliding with it. Obi uses continuous collision detection (CCD) to alleviate this a bit. However it is impossible to completely prevent it under all circumstances.

Common workarounds include limiting the user's movement speed or decreasing the physics timestep (so that time "chunks" are smaller).
Reply


Messages In This Thread
Fluid falling through bucket - by yulaw2k - 01-03-2018, 06:59 PM
RE: Fluid falling through bucket - by phields - 05-05-2018, 08:25 AM
RE: Fluid falling through bucket - by josemendez - 05-05-2018, 12:32 PM