Jeep.tscn 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. max_engine_force = 1842.0
  19. [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
  20. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
  21. [node name="MainShape" type="CollisionShape3D" parent="."]
  22. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, -0.00412709)
  23. shape = SubResource("BoxShape3D_1maan")
  24. [node name="FrontAxis" type="CollisionShape3D" parent="."]
  25. transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0.641172, 1.10312)
  26. shape = SubResource("BoxShape3D_skl11")
  27. [node name="RearAxis" type="CollisionShape3D" parent="."]
  28. transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0.641172, -1.08224)
  29. shape = SubResource("BoxShape3D_skl11")
  30. [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
  31. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, 1)
  32. use_as_steering = true
  33. wheel_radius = 0.3
  34. suspension_travel = 0.6
  35. suspension_stiffness = 50.0
  36. damping_compression = 0.3
  37. damping_relaxation = 0.5
  38. [node name="OrangeJeep_wheel" parent="FrontRightWheel" instance=ExtResource("2_f6y5a")]
  39. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  40. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontRightWheel"]
  41. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  42. mesh = SubResource("BoxMesh_f6lpk")
  43. [node name="FrontLeftWheel" type="VehicleWheel3D" parent="."]
  44. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, 1)
  45. use_as_steering = true
  46. wheel_radius = 0.3
  47. suspension_travel = 0.6
  48. suspension_stiffness = 50.0
  49. damping_compression = 0.3
  50. damping_relaxation = 0.5
  51. [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
  52. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontLeftWheel"]
  53. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.154773, 0, 0)
  54. mesh = SubResource("BoxMesh_f6lpk")
  55. [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
  56. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, -1.01869)
  57. use_as_traction = true
  58. wheel_radius = 0.3
  59. suspension_travel = 0.6
  60. suspension_stiffness = 50.0
  61. damping_compression = 0.3
  62. damping_relaxation = 0.5
  63. [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
  64. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearLeftWheel"]
  65. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.173029, 0, 0)
  66. mesh = SubResource("BoxMesh_f6lpk")
  67. [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
  68. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, -1.019)
  69. use_as_traction = true
  70. wheel_radius = 0.3
  71. suspension_travel = 0.6
  72. suspension_stiffness = 50.0
  73. damping_compression = 0.3
  74. damping_relaxation = 0.5
  75. [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]
  76. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  77. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearRightWheel"]
  78. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  79. mesh = SubResource("BoxMesh_f6lpk")
  80. [node name="RearSeat" type="Node3D" parent="." groups=["seat"]]
  81. unique_name_in_owner = true
  82. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.969, -0.597)