Jeep.tscn 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. [gd_scene load_steps=6 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, 3.09562)
  7. [sub_resource type="BoxMesh" id="BoxMesh_f6lpk"]
  8. size = Vector3(0.3, 0.3, 0.3)
  9. [node name="Jeep" type="VehicleBody3D" groups=["vehicle"]]
  10. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.623038, 0)
  11. collision_layer = 8
  12. collision_mask = 11
  13. mass = 400.0
  14. script = ExtResource("1_fjw46")
  15. [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
  16. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
  17. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, 0.00334018)
  19. shape = SubResource("BoxShape3D_1maan")
  20. [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, 1)
  22. use_as_steering = true
  23. wheel_roll_influence = 0.4
  24. wheel_radius = 0.3
  25. wheel_friction_slip = 1.0
  26. suspension_travel = 0.6
  27. suspension_stiffness = 50.0
  28. damping_compression = 0.3
  29. damping_relaxation = 0.5
  30. [node name="OrangeJeep_wheel" parent="FrontRightWheel" instance=ExtResource("2_f6y5a")]
  31. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  32. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontRightWheel"]
  33. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  34. mesh = SubResource("BoxMesh_f6lpk")
  35. [node name="FrontLeftWheel" type="VehicleWheel3D" parent="."]
  36. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, 1)
  37. use_as_steering = true
  38. wheel_roll_influence = 0.4
  39. wheel_radius = 0.3
  40. wheel_friction_slip = 1.0
  41. suspension_travel = 0.6
  42. suspension_stiffness = 50.0
  43. damping_compression = 0.3
  44. damping_relaxation = 0.5
  45. [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
  46. [node name="MeshInstance3D" type="MeshInstance3D" parent="FrontLeftWheel"]
  47. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.154773, 0, 0)
  48. mesh = SubResource("BoxMesh_f6lpk")
  49. [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
  50. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.332104, -1.01869)
  51. use_as_traction = true
  52. wheel_roll_influence = 0.4
  53. wheel_radius = 0.3
  54. wheel_friction_slip = 1.0
  55. suspension_travel = 0.6
  56. suspension_stiffness = 50.0
  57. damping_compression = 0.3
  58. damping_relaxation = 0.5
  59. [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
  60. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearLeftWheel"]
  61. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.173029, 0, 0)
  62. mesh = SubResource("BoxMesh_f6lpk")
  63. [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
  64. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.332104, -1.019)
  65. use_as_traction = true
  66. wheel_roll_influence = 0.4
  67. wheel_radius = 0.3
  68. wheel_friction_slip = 1.0
  69. suspension_travel = 0.6
  70. suspension_stiffness = 50.0
  71. damping_compression = 0.3
  72. damping_relaxation = 0.5
  73. [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]
  74. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
  75. [node name="MeshInstance3D" type="MeshInstance3D" parent="RearRightWheel"]
  76. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.165207, 0, 0)
  77. mesh = SubResource("BoxMesh_f6lpk")
  78. [node name="RearSeat" type="Node3D" parent="." groups=["seat"]]
  79. unique_name_in_owner = true
  80. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.969, -0.597)