-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tscn
80 lines (61 loc) · 3.76 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[gd_scene load_steps=11 format=3 uid="uid://dqut57kbgjuao"]
[ext_resource type="Script" path="res://main.gd" id="1_mj1yx"]
[ext_resource type="PackedScene" uid="uid://86wojhlpmg6s" path="res://playerrig/playerrig.tscn" id="4_a43sa"]
[ext_resource type="PackedScene" uid="uid://5b1fwnd8pyyc" path="res://godot_plushie/godot_plushie.tscn" id="5_6q1jx"]
[ext_resource type="PackedScene" uid="uid://das0lpwgtlux8" path="res://SceneManager/global_mesh.tscn" id="5_iyu7v"]
[ext_resource type="PackedScene" uid="uid://w4qm7d6meoo6" path="res://objects/box.tscn" id="5_xtkha"]
[ext_resource type="PackedScene" uid="uid://d4cwukx6pyxjx" path="res://objects/cookie.tscn" id="6_dhka1"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_8o3gd"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[sub_resource type="Sky" id="Sky_13eas"]
sky_material = SubResource("ProceduralSkyMaterial_8o3gd")
[sub_resource type="Environment" id="Environment_bybxn"]
background_mode = 1
sky = SubResource("Sky_13eas")
ambient_light_source = 2
ambient_light_color = Color(0.223103, 0.223103, 0.223103, 1)
tonemap_mode = 2
[sub_resource type="NavigationMesh" id="NavigationMesh_40y41"]
sample_partition_type = 1
geometry_parsed_geometry_type = 1
geometry_collision_mask = 1
geometry_source_geometry_mode = 2
geometry_source_group_name = &"navmesh_generation_shape"
cell_size = 0.01
cell_height = 0.01
agent_height = 0.15
agent_radius = 0.01
agent_max_climb = 0.05
[node name="Main" type="Node3D"]
script = ExtResource("1_mj1yx")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 5, 0)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_bybxn")
[node name="PlayerRig" parent="." instance=ExtResource("4_a43sa")]
enabled = false
[node name="OpenXRFbSceneManager" type="OpenXRFbSceneManager" parent="PlayerRig"]
scenes/global_mesh = ExtResource("5_iyu7v")
unique_name_in_owner = true
[node name="Box" parent="." instance=ExtResource("5_xtkha")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.6176, -0.431028)
[node name="GodotPlushie" parent="." instance=ExtResource("5_6q1jx")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.220739, 1.36696, -0.387899)
[node name="Cookie1" parent="." instance=ExtResource("6_dhka1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.147643, 1.55097, -0.426838)
[node name="Cookie2" parent="." instance=ExtResource("6_dhka1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.147643, 1.59234, -0.426838)
[node name="Cookie3" parent="." instance=ExtResource("6_dhka1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.147643, 1.63758, -0.426838)
[node name="Cookie4" parent="." instance=ExtResource("6_dhka1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.147643, 1.67619, -0.426838)
[node name="Cookie5" parent="." instance=ExtResource("6_dhka1")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.147643, 1.70755, -0.426838)
[node name="NavigationRegion3D" type="NavigationRegion3D" parent="." groups=["navmesh_regions"]]
unique_name_in_owner = true
navigation_mesh = SubResource("NavigationMesh_40y41")
[connection signal="openxr_fb_scene_anchor_created" from="PlayerRig/OpenXRFbSceneManager" to="." method="_on_scene_anchor_created"]
[connection signal="openxr_fb_scene_capture_completed" from="PlayerRig/OpenXRFbSceneManager" to="." method="_on_scene_capture_completed"]
[connection signal="openxr_fb_scene_data_missing" from="PlayerRig/OpenXRFbSceneManager" to="." method="_on_scene_data_missing"]
[connection signal="bake_finished" from="NavigationRegion3D" to="." method="_on_navigation_region_3d_bake_finished"]