LargeScreen/res3D/road_surface_mesh.tscn

52 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-01-13 14:39:58 +08:00
[gd_scene load_steps=8 format=3 uid="uid://dorp701mkxf6r"]
[ext_resource type="Script" path="res://scripts/road_surface_mesh.gd" id="1_7367d"]
[ext_resource type="Script" path="res://traiectory.gd" id="2_5t1q2"]
[ext_resource type="Material" uid="uid://be0svrh285ejj" path="res://line_4.tres" id="3_at15n"]
[sub_resource type="PlaneMesh" id="PlaneMesh_ix2gf"]
[sub_resource type="ArrayMesh" id="ArrayMesh_wx0gy"]
[sub_resource type="ArrayMesh" id="ArrayMesh_n5r1a"]
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_t1jb5"]
[node name="RoadSurfaceMesh" type="Node3D"]
script = ExtResource("1_7367d")
[node name="Traiectory" type="MeshInstance3D" parent="."]
script = ExtResource("2_5t1q2")
[node name="ParkingSpace" type="Node3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0)
[node name="RoadSurface" type="MeshInstance3D" parent="."]
[node name="MeshInstance3D" type="MeshInstance3D" parent="RoadSurface"]
visible = false
mesh = SubResource("PlaneMesh_ix2gf")
surface_material_override/0 = ExtResource("3_at15n")
[node name="DynamicObject" type="Node3D" parent="."]
[node name="left_line" type="MeshInstance3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0)
mesh = SubResource("ArrayMesh_wx0gy")
[node name="right_line" type="MeshInstance3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0)
mesh = SubResource("ArrayMesh_n5r1a")
[node name="GlobalPathTraiectory" type="MeshInstance3D" parent="."]
unique_name_in_owner = true
script = ExtResource("2_5t1q2")
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("ConcavePolygonShape3D_t1jb5")