Hello. I have simulation (game plinko) - balls falling down from exact coordinates into baskets. Repeating the same simulation over and over, results are different!
Also, when I slow down time the simulation results become very different.
I made this issue, beause I need same results in multiple simulations using same exact fall coordinates.
Indeed, I experience the same effect.
Indeed, I experience the same effect.
And what to do? I need the same results on server and client...
There's a PR all about timing inconsistencies. Regardless, you should fix your timestep to achieve determinism.
There's a PR all about timing inconsistencies. Regardless, you should fix your timestep to achieve determinism.
777
help pls, I quoted reply in #777
Pretty much as @wmike1987 says (thanks!)
Most helpful comment
There's a PR all about timing inconsistencies. Regardless, you should fix your timestep to achieve determinism.
https://github.com/liabru/matter-js/pull/777