This commit is contained in:
TudbuT 2024-11-24 10:23:25 +01:00
parent 3dbd339eb2
commit 4a17dd2e25
No known key found for this signature in database
GPG key ID: B3CF345217F202D3
12 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ fn main() {
let rapier_config = RapierConfiguration {
scaled_shape_subdivision: 2,
timestep_mode: TimestepMode::Variable {
max_dt: 0.5,
max_dt: 0.2,
time_scale: 1.0,
substeps: 10,
},