matter-js icon indicating copy to clipboard operation
matter-js copied to clipboard

Time Corrected Verlet dead link

Open ggorlen opened this issue 3 years ago • 1 comments

In https://brm.io/matter-js/docs/classes/Engine.html#method_update / https://github.com/liabru/matter-js/blob/a6b5e7d8497c92a801af47732308b3acd4cc699b/src/core/Engine.js#L79:

See the paper on Time Corrected Verlet for more information.

appears to be down. Is this the same as https://archive.gamedev.net/archive/reference/programming/features/verlet/ or https://www.gamedev.net/tutorials/programming/math-and-physics/a-simple-time-corrected-verlet-integration-method-r2200/?

ggorlen avatar Aug 22 '22 17:08 ggorlen

Ah looks to be the case, thanks for the heads up.

liabru avatar Aug 23 '22 17:08 liabru

The docs were updated, Matter.Engine no longer requires time correction params. Thanks again.

liabru avatar Mar 18 '23 11:03 liabru