The list of the algorithms for position corretion.
Static variables
staticread onlyBAUMGARTE:Int = _BAUMGARTE
Baumgarte stabilizaiton. Fastest but introduces extra energy.
staticread onlySPLIT_IMPULSE:Int = _SPLIT_IMPULSE
Use split impulse and pseudo velocity. Fast enough and does not introduce extra energy, but somewhat unstable, especially for joints.