bevy_ggrs_rapier_example
bevy_ggrs_rapier_example copied to clipboard
suggestion: is it possible to use TimestepMode::Interpolated instead of limiting fps to 60?
From what I see from experimenting with it in a simple test game (not this example) the physics collider seems to update to the dt that is set but visually it is interpolated to the current fps? Also thanks for this really cool example :)