|
| 1 | +[gd_scene load_steps=11 format=3 uid="uid://bvdovvya3m7sx"] |
| 2 | + |
| 3 | +[ext_resource type="Script" uid="uid://c1jgdguonfwbw" path="res://main.gd" id="1_1u602"] |
| 4 | +[ext_resource type="Texture2D" uid="uid://br4k6sn2rvgj" path="res://pattern.png" id="2_imhd6"] |
| 5 | +[ext_resource type="PackedScene" uid="uid://8m50ra15rpq1" path="res://wall.tscn" id="4_fdaxx"] |
| 6 | + |
| 7 | +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_beswd"] |
| 8 | +sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) |
| 9 | +ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) |
| 10 | + |
| 11 | +[sub_resource type="Sky" id="Sky_uvncs"] |
| 12 | +sky_material = SubResource("ProceduralSkyMaterial_beswd") |
| 13 | + |
| 14 | +[sub_resource type="Environment" id="Environment_rgp66"] |
| 15 | +background_mode = 2 |
| 16 | +sky = SubResource("Sky_uvncs") |
| 17 | +glow_enabled = true |
| 18 | +glow_intensity = 1.22 |
| 19 | +volumetric_fog_density = 0.001 |
| 20 | + |
| 21 | +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0wgu4"] |
| 22 | +albedo_color = Color(3.3691526e-07, 0.7481091, 0.1272395, 1) |
| 23 | +albedo_texture = ExtResource("2_imhd6") |
| 24 | +uv1_scale = Vector3(5, 5, 5) |
| 25 | + |
| 26 | +[sub_resource type="PlaneMesh" id="PlaneMesh_y2phs"] |
| 27 | +material = SubResource("StandardMaterial3D_0wgu4") |
| 28 | +size = Vector2(25, 25) |
| 29 | + |
| 30 | +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a1cqg"] |
| 31 | +albedo_color = Color(0.713726, 0.545098, 0.780392, 1) |
| 32 | +albedo_texture = ExtResource("2_imhd6") |
| 33 | +uv1_scale = Vector3(8, 2, 1) |
| 34 | + |
| 35 | +[sub_resource type="BoxMesh" id="BoxMesh_1vrbc"] |
| 36 | +material = SubResource("StandardMaterial3D_a1cqg") |
| 37 | +size = Vector3(4, 3, 1) |
| 38 | + |
| 39 | +[node name="Main" type="Node3D"] |
| 40 | +script = ExtResource("1_1u602") |
| 41 | + |
| 42 | +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] |
| 43 | +transform = Transform3D(-0.86602384, -0.43301564, 0.2500005, 0, 0.49999815, 0.8660265, -0.50000286, 0.7499995, -0.4330103, 0, 0, 0) |
| 44 | +shadow_enabled = true |
| 45 | + |
| 46 | +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] |
| 47 | +environment = SubResource("Environment_rgp66") |
| 48 | + |
| 49 | +[node name="XROrigin3D" type="XROrigin3D" parent="."] |
| 50 | + |
| 51 | +[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] |
| 52 | +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) |
| 53 | + |
| 54 | +[node name="Floor" type="MeshInstance3D" parent="."] |
| 55 | +mesh = SubResource("PlaneMesh_y2phs") |
| 56 | + |
| 57 | +[node name="Wall01" type="MeshInstance3D" parent="."] |
| 58 | +transform = Transform3D(0.968213, -0.250127, 0, 0.250127, 0.968213, 0, 0, 0, 1, 0, 0.82946, -6.87257) |
| 59 | +mesh = SubResource("BoxMesh_1vrbc") |
| 60 | + |
| 61 | +[node name="Wall02" type="MeshInstance3D" parent="."] |
| 62 | +transform = Transform3D(0.674941, 0.180131, 0.715546, -0.257858, 0.966183, 0, -0.691348, -0.184509, 0.698565, -3.04544, 0.82946, -5.53616) |
| 63 | +mesh = SubResource("BoxMesh_1vrbc") |
| 64 | + |
| 65 | +[node name="Wall03" parent="." instance=ExtResource("4_fdaxx")] |
| 66 | +transform = Transform3D(0.90396, 0.0774667, -0.154893, 0.403151, -0.275157, 0.248304, -0.142568, -0.286902, -0.279961, -3.26749, 3.93987, -7.24752) |
| 67 | + |
| 68 | +[node name="Wall04" type="MeshInstance3D" parent="."] |
| 69 | +transform = Transform3D(0.491527, 0, -0.870862, 0, 2.43615, 0, 0.870862, 0, 0.491527, 2.68331, 2.52217, -4.7792) |
| 70 | +mesh = SubResource("BoxMesh_1vrbc") |
| 71 | + |
| 72 | +[node name="Wall05" parent="." instance=ExtResource("4_fdaxx")] |
| 73 | +transform = Transform3D(0.941075, 0.0774667, 0.112959, -0.0781437, -0.275157, 0.295486, 0.329045, -0.286902, -0.25289, 2.33372, 3.46393, -10.7686) |
0 commit comments