Closed ggorlen closed 1 year ago
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/?
Ah looks to be the case, thanks for the heads up.
The docs were updated, Matter.Engine no longer requires time correction params. Thanks again.
Matter.Engine
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:
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/?