Havok determinism

Perhaps a silly question. Is it possible for Havok to be deterministic in this scenario?

Left pile is always different than right pile:

cc @eoin

Have you tried locking the physics time step?

Edit: yes, it appears you have.

Havok Physics is deterministic in the sense that if you create two simulations and give them the same inputs, you will get the same results out. We can’t guarantee that within a single simulation, a collection of bodies in one part of the world will behave the same as a similar collection of bodies in a different part of the world.

1 Like

Hi Eoin,

This makes sense! Launching the PG several times yields the same result.

Thanks