-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
40 lines (29 loc) · 1.75 KB
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=3 format=3 uid="uid://bhjphndfathgr"]
[ext_resource type="PackedScene" uid="uid://beupfpudji0y4" path="res://Prefab/Sample/SampleScene.tscn" id="2_d68tl"]
[sub_resource type="PlaneMesh" id="PlaneMesh_gsvq0"]
size = Vector2(4, 4)
[node name="Main" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0)
[node name="SampleScene" parent="." instance=ExtResource("2_d68tl")]
transform = Transform3D(1, 0, 0, 0, 1, 1.06581e-14, 0, -1.06581e-14, 1, 0, 0, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(-0.707107, 4.37114e-08, 0.707107, 0.707107, -4.37114e-08, 0.707107, 6.18172e-08, 1, 0, 2, 2, 1)
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2.9)
shadow_enabled = true
[node name="DirectionalLight3D2" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0)
shadow_enabled = true
[node name="Walls" type="Node3D" parent="."]
[node name="Floor" type="MeshInstance3D" parent="Walls"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
mesh = SubResource("PlaneMesh_gsvq0")
skeleton = NodePath("../..")
[node name="BackWall" type="MeshInstance3D" parent="Walls"]
transform = Transform3D(-4.37114e-08, 1, 0, 4.37114e-08, 0, -1, -1, -4.37114e-08, -4.37114e-08, -2, -8.74228e-08, 2)
mesh = SubResource("PlaneMesh_gsvq0")
skeleton = NodePath("../..")
[node name="RightWall" type="MeshInstance3D" parent="Walls"]
transform = Transform3D(-4.37114e-08, -4.37114e-08, 1, 4.37114e-08, 1, 4.37114e-08, -1, 4.37114e-08, -4.37114e-08, 6.55671e-08, -2, 2)
mesh = SubResource("PlaneMesh_gsvq0")
skeleton = NodePath("../..")