Add the Ability to Control the Side-to-Side Grip of a Raycast Vehicle Wheels

This commit is contained in:
Nash
2023-03-20 22:49:51 -04:00
committed by Sébastien Crozet
parent e4e37b4d9c
commit c1860c504b
2 changed files with 14 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ pub fn init_world(testbed: &mut Testbed) {
];
for pos in wheel_positions {
vehicle.add_wheel(pos, -Vector::y(), Vector::z(), hh, hh / 4.0, &tuning);
vehicle.add_wheel(pos, -Vector::y(), Vector::z(), hh, hh / 4.0, 1.0, &tuning);
}
/*