Jeep.tscn 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. [gd_scene load_steps=7 format=3 uid="uid://cj5dmtqadl5nf"]
  2. [ext_resource type="Script" path="res://component/entity/vehicles/jeep/jeep.gd" id="1_fjw46"]
  3. [ext_resource type="PackedScene" uid="uid://dlaj4npd144qd" path="res://component/entity/vehicles/jeep/OrangeJeep_noWheel.glb" id="1_qgclq"]
  4. [ext_resource type="PackedScene" uid="uid://cg6eyxgui8y2s" path="res://component/entity/vehicles/jeep/OrangeJeep_wheel.glb" id="2_f6y5a"]
  5. [sub_resource type="BoxShape3D" id="BoxShape3D_1maan"]
  6. size = Vector3(1, 0.769157, 2.98936)
  7. [sub_resource type="BoxShape3D" id="BoxShape3D_skl11"]
  8. size = Vector3(0.28984, 1.56027, 0.993305)
  9. [sub_resource type="BoxMesh" id="BoxMesh_f6lpk"]
  10. size = Vector3(0.3, 0.3, 0.3)
  11. [node name="Jeep" type="VehicleBody3D" groups=["vehicle"]]
  12. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.623038, 0)
  13. collision_layer = 8
  14. collision_mask = 11
  15. mass = 400.0
  16. center_of_mass_mode = 1
  17. script = ExtResource("1_fjw46")
  18. [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
  19. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
  20. [node name="MainShape" type="CollisionShape3D" parent="."]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, -0.00412709)
  22. shape = SubResource("BoxShape3D_1maan")
  23. [node name="FrontAxis" type="CollisionShape3D" parent="."]
  24. transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0.641172, 1.10312)
  25. shape = SubResource("BoxShape3D_skl11")
  26. [node name="RearAxis" type="CollisionShape3D" parent="."]
  27. transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0.641172, -1.08224)
  28. shape = SubResource("BoxShape3D_skl11")
  29. [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
  30. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, 1)
  31. use_as_steering = true
  32. wheel_radius = 0.3
  33. suspension_travel = 0.6
  34. suspension_stiffness = 50.0
  35. damping_compression = 0.3
  36. damping_relaxation = 0.5
  37. [node name="OrangeJeep_wheel" parent="FrontRightWheel" instance=ExtResource("2_f6y5a")]
  38. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  39. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontRightWheel"]
  40. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  41. mesh = SubResource("BoxMesh_f6lpk")
  42. [node name="FrontLeftWheel" type="VehicleWheel3D" parent="."]
  43. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, 1)
  44. use_as_steering = true
  45. wheel_radius = 0.3
  46. suspension_travel = 0.6
  47. suspension_stiffness = 50.0
  48. damping_compression = 0.3
  49. damping_relaxation = 0.5
  50. [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
  51. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontLeftWheel"]
  52. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.154773, 0, 0)
  53. mesh = SubResource("BoxMesh_f6lpk")
  54. [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
  55. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, -1.01869)
  56. use_as_traction = true
  57. wheel_radius = 0.3
  58. suspension_travel = 0.6
  59. suspension_stiffness = 50.0
  60. damping_compression = 0.3
  61. damping_relaxation = 0.5
  62. [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
  63. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearLeftWheel"]
  64. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.173029, 0, 0)
  65. mesh = SubResource("BoxMesh_f6lpk")
  66. [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
  67. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, -1.019)
  68. use_as_traction = true
  69. wheel_radius = 0.3
  70. suspension_travel = 0.6
  71. suspension_stiffness = 50.0
  72. damping_compression = 0.3
  73. damping_relaxation = 0.5
  74. [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]
  75. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  76. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearRightWheel"]
  77. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  78. mesh = SubResource("BoxMesh_f6lpk")
  79. [node name="RearSeat" type="Node3D" parent="." groups=["seat"]]
  80. unique_name_in_owner = true
  81. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.969, -0.597)