[gd_scene load_steps=8 format=3 uid="uid://clw61td2wh84w"]
[ext_resource type="Script" path="res://scenes/track-base.gd" id="1_ke7nx"]
[ext_resource type="Material" uid="uid://be8pta62kxd2j" path="res://assets/mats/road.tres" id="2_2nntu"]
[ext_resource type="Material" uid="uid://dtpgjplswm6lr" path="res://assets/mats/rail.tres" id="2_3pcob"]
[ext_resource type="Material" uid="uid://bk4sxd2prmmom" path="res://assets/mats/support.tres" id="3_4570s"]
[ext_resource type="PackedScene" uid="uid://cd4a5y0hi58ks" path="res://scenes/floor.tscn" id="7_fidh3"]
[ext_resource type="Environment" uid="uid://biwshm46yl62v" path="res://default_env.tres" id="8_2nyv3"]
[ext_resource type="CameraAttributesPractical" uid="uid://nhsovwj5hjip" path="res://cam.tres" id="9_6ooo5"]
[node name="TrackLoader" type="Path3D"]
script = ExtResource("1_ke7nx")
metadata/_edit_group_ = true
[node name="Road" type="CSGPolygon3D" parent="."]
calculate_tangents = false
polygon = PackedVector2Array(-20, 0, -20, -0.1, 20, -0.1, 20, 0)
mode = 2
path_node = NodePath("..")
path_interval_type = 0
path_interval = 1.0
path_simplify_angle = 2.0
path_rotation = 2
path_local = false
path_continuous_u = true
path_u_distance = 0.0
path_joined = true
material = ExtResource("2_2nntu")
[node name="Rail-L" type="CSGPolygon3D" parent="."]
calculate_tangents = false
polygon = PackedVector2Array(23, 0.5, 22.95, 0.47, 22.95, 0.43, 23, 0.4, 23, 0.55, 22.95, 0.32, 22.95, 0.28, 23, 0.25, 23.05, 0.25, 23.05, 0.5)
mode = 2
path_node = NodePath("..")
path_interval_type = 0
path_interval = 1.0
path_simplify_angle = 4.0
path_rotation = 2
path_local = false
path_continuous_u = true
path_u_distance = 1.0
path_joined = true
material = ExtResource("2_3pcob")
[node name="Rail-R" type="CSGPolygon3D" parent="."]
calculate_tangents = false
polygon = PackedVector2Array(-23, 0.5, -22.95, 0.47, -22.95, 0.43, -23, 0.4, -23, 0.55, -22.95, 0.32, -22.95, 0.28, -23, 0.25, -23.05, 0.25, -23.05, 0.5)
mode = 2
path_node = NodePath("..")
path_interval_type = 0
path_interval = 1.0
path_simplify_angle = 4.0
path_rotation = 2
path_local = false
path_continuous_u = true
path_u_distance = 1.0
path_joined = true
[node name="Support" type="CSGPolygon3D" parent="."]
polygon = PackedVector2Array(-22, -1, 22, -1, 25, -2, -25, -2)
mode = 2
path_node = NodePath("..")
path_interval_type = 0
path_interval = 1.0
path_simplify_angle = 5.0
path_rotation = 2
path_local = false
path_continuous_u = true
path_u_distance = 1.0
path_joined = true
material = ExtResource("3_4570s")
[node name="Sun" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 4.49013e-09, 0, -2.8862e-09, 0.642788, 0.766044, 3.43964e-09, -0.766044, 0.642788, 0, 0, 0)
light_energy = 1.083
light_volumetric_fog_energy = 0.0
shadow_enabled = true
shadow_blur = 1.5
directional_shadow_mode = 0
directional_shadow_max_distance = 300.0
[node name="Env" type="WorldEnvironment" parent="."]
environment = ExtResource("8_2nyv3")
camera_attributes = ExtResource("9_6ooo5")
[node name="CollisionShape" type="CSGPolygon3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.165113, 0)
visible = false
calculate_tangents = false
use_collision = true
collision_mask = 0
polygon = PackedVector2Array(-23, 0, 23, 0, 23, 5, 26, 5, 26, -1, -26, -1, -26, 5, -23, 5)
mode = 2
path_node = NodePath("..")
path_interval_type = 0
path_interval = 1.0
path_simplify_angle = 5.0
path_rotation = 2
path_local = false
path_continuous_u = true
path_u_distance = 1.0
path_joined = true
[node name="Ground" parent="." instance=ExtResource("7_fidh3")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2, 0)
[connection signal="curve_changed" from="." to="." method="_on_curve_changed"]