Moving meshes manually with physics enabled

disablePreStep was introduced to disable unnecessary updates. It’s find for most cases and in particular for heavily instanced meshes.
If you have only a few objects that need pre-step, I don’t think enable/disable prestep will make a huge difference and it might make your code more complex.
How many objects needs prestep toggling?

1 Like