Jeep.tscn 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [gd_scene load_steps=4 format=3 uid="uid://cj5dmtqadl5nf"]
  2. [ext_resource type="PackedScene" uid="uid://dlaj4npd144qd" path="res://component/entity/vehicles/jeep/OrangeJeep_noWheel.glb" id="1_qgclq"]
  3. [ext_resource type="PackedScene" uid="uid://cg6eyxgui8y2s" path="res://component/entity/vehicles/jeep/OrangeJeep_wheel.glb" id="2_f6y5a"]
  4. [sub_resource type="BoxShape3D" id="BoxShape3D_1maan"]
  5. size = Vector3(1, 0.769157, 3.09562)
  6. [node name="Jeep" type="VehicleBody3D"]
  7. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.25362, 0)
  8. collision_layer = 8
  9. collision_mask = 11
  10. mass = 400.0
  11. [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
  12. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
  13. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  14. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, 0.00334018)
  15. shape = SubResource("BoxShape3D_1maan")
  16. [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
  17. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, 1)
  18. use_as_steering = true
  19. wheel_roll_influence = 0.4
  20. wheel_radius = 0.3
  21. suspension_stiffness = 50.0
  22. [node name="OrangeJeep_wheel" parent="FrontRightWheel" instance=ExtResource("2_f6y5a")]
  23. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  24. [node name="FrontLeftWheel" type="VehicleWheel3D" parent="."]
  25. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.2, 1)
  26. use_as_steering = true
  27. wheel_roll_influence = 0.4
  28. wheel_radius = 0.3
  29. suspension_stiffness = 50.0
  30. [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
  31. [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
  32. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.2, -1.01869)
  33. use_as_traction = true
  34. wheel_roll_influence = 0.4
  35. wheel_radius = 0.3
  36. suspension_stiffness = 50.0
  37. [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
  38. [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
  39. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, -1.019)
  40. use_as_traction = true
  41. wheel_roll_influence = 0.4
  42. wheel_radius = 0.3
  43. suspension_stiffness = 50.0
  44. [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]