123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- [gd_scene load_steps=4 format=3 uid="uid://cj5dmtqadl5nf"]
- [ext_resource type="PackedScene" uid="uid://dlaj4npd144qd" path="res://component/entity/vehicles/jeep/OrangeJeep_noWheel.glb" id="1_qgclq"]
- [ext_resource type="PackedScene" uid="uid://cg6eyxgui8y2s" path="res://component/entity/vehicles/jeep/OrangeJeep_wheel.glb" id="2_f6y5a"]
- [sub_resource type="BoxShape3D" id="BoxShape3D_1maan"]
- size = Vector3(1, 0.769157, 3.09562)
- [node name="Jeep" type="VehicleBody3D"]
- collision_layer = 8
- collision_mask = 11
- mass = 500.0
- engine_force = 43.42
- steering = -0.253945
- [node name="OrangeJeep_noWheel" parent="." instance=ExtResource("1_qgclq")]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0)
- [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925237, 0)
- shape = SubResource("BoxShape3D_1maan")
- [node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, 1)
- steering = -0.253945
- use_as_steering = true
- wheel_radius = 0.3
- [node name="OrangeJeep_wheel" parent="FrontRightWheel" instance=ExtResource("2_f6y5a")]
- transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
- [node name="FrontLeftWheel" type="VehicleWheel3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.2, 1)
- steering = -0.253945
- use_as_steering = true
- wheel_radius = 0.3
- [node name="OrangeJeep_wheel" parent="FrontLeftWheel" instance=ExtResource("2_f6y5a")]
- [node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.6, 0.2, -1.01869)
- engine_force = 43.42
- use_as_traction = true
- wheel_radius = 0.3
- [node name="OrangeJeep_wheel" parent="RearLeftWheel" instance=ExtResource("2_f6y5a")]
- [node name="RearRightWheel" type="VehicleWheel3D" parent="."]
- transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, 1, -0.6, 0.2, -1.019)
- engine_force = 43.42
- use_as_traction = true
- wheel_radius = 0.3
- [node name="OrangeJeep_wheel" parent="RearRightWheel" instance=ExtResource("2_f6y5a")]
|