Jeep.tscn 4.1 KB

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