Jeep.tscn 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. collision_layer = 8
  8. collision_mask = 11
  9. mass = 500.0
  10. engine_force = 43.42
  11. steering = -0.253945
  12. [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
  13. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
  14. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  15. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, 0)
  16. shape = SubResource("BoxShape3D_1maan")
  17. [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, 1)
  19. steering = -0.253945
  20. use_as_steering = true
  21. wheel_radius = 0.3
  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. steering = -0.253945
  27. use_as_steering = true
  28. wheel_radius = 0.3
  29. [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
  30. [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
  31. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.2, -1.01869)
  32. engine_force = 43.42
  33. use_as_traction = true
  34. wheel_radius = 0.3
  35. [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
  36. [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
  37. transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, -1.019)
  38. engine_force = 43.42
  39. use_as_traction = true
  40. wheel_radius = 0.3
  41. [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]