-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tscn
More file actions
29 lines (22 loc) · 1.04 KB
/
main.tscn
File metadata and controls
29 lines (22 loc) · 1.04 KB
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
[gd_scene format=3 uid="uid://b3qmcb5x2xcpu"]
[ext_resource type="Script" uid="uid://dhpaqqyj8hduk" path="res://scripts/customized_pipeline.gd" id="1_wbnqv"]
[sub_resource type="CompositorEffect" id="CompositorEffect_w1ea1"]
resource_local_to_scene = false
resource_name = ""
enabled = true
effect_callback_type = 4
needs_motion_vectors = false
needs_normal_roughness = false
script = ExtResource("1_wbnqv")
[sub_resource type="Compositor" id="Compositor_32tka"]
compositor_effects = Array[CompositorEffect]([SubResource("CompositorEffect_w1ea1")])
[sub_resource type="Environment" id="Environment_vup13"]
background_mode = 1
ambient_light_source = 1
reflected_light_source = 1
[node name="Node3D" type="Node3D" unique_id=2011739484]
[node name="Camera3D" type="Camera3D" parent="." unique_id=1118940072]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.317765, 0.496541, 1.99051)
compositor = SubResource("Compositor_32tka")
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=392366968]
environment = SubResource("Environment_vup13")