From c1860c504bf271e5ed67e6019f7464d00478fb58 Mon Sep 17 00:00:00 2001 From: Nash Date: Mon, 20 Mar 2023 22:49:51 -0400 Subject: Add the Ability to Control the Side-to-Side Grip of a Raycast Vehicle Wheels --- examples3d/vehicle_controller3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d') diff --git a/examples3d/vehicle_controller3.rs b/examples3d/vehicle_controller3.rs index 1228c82..fec675a 100644 --- a/examples3d/vehicle_controller3.rs +++ b/examples3d/vehicle_controller3.rs @@ -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); } /* -- cgit