Correct car wheel radius

This makes the car less awkward to drive at speed
This commit is contained in:
Atirut Wattanamongkol 2024-08-19 20:16:02 +07:00
parent 30b8772d12
commit c4f01916db

View file

@ -440,6 +440,7 @@ skeleton = NodePath("")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.472146, 0.266109, 1.07063)
use_as_steering = true
wheel_roll_influence = 0.01
wheel_radius = 0.268
wheel_rest_length = 0.2
wheel_friction_slip = 1.4
suspension_stiffness = 80.0
@ -452,6 +453,7 @@ skeleton = NodePath("")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.472146, 0.266109, 1.07063)
use_as_steering = true
wheel_roll_influence = 0.01
wheel_radius = 0.268
wheel_rest_length = 0.2
wheel_friction_slip = 1.4
suspension_stiffness = 80.0
@ -464,6 +466,7 @@ skeleton = NodePath("")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.573323, 0.266109, -0.783897)
use_as_traction = true
wheel_roll_influence = 0.01
wheel_radius = 0.268
wheel_rest_length = 0.2
wheel_friction_slip = 1.1
suspension_travel = 0.15
@ -477,6 +480,7 @@ skeleton = NodePath("")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.573323, 0.266109, -0.783897)
use_as_traction = true
wheel_roll_influence = 0.01
wheel_radius = 0.268
wheel_rest_length = 0.2
wheel_friction_slip = 1.1
suspension_travel = 0.15