How to pre-calculate a physics simulation

I forgot world.update() won’t work by itself. You can try

world.update(0, world._frameTimeMS);
world.postUpdate();
1 Like