-
Notifications
You must be signed in to change notification settings - Fork 1
/
Viewer.tscn
40 lines (31 loc) · 1.09 KB
/
Viewer.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=6 format=3 uid="uid://bv1kil36w1wu3"]
[ext_resource type="Script" path="res://Viewer.gd" id="1"]
[ext_resource type="Script" path="res://addons/goutte.camera.trackball/trackball_camera.gd" id="3"]
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_wu66e"]
[sub_resource type="Sky" id="1"]
sky_material = SubResource("PanoramaSkyMaterial_wu66e")
[sub_resource type="Environment" id="2"]
background_mode = 2
sky = SubResource("1")
[node name="Viewer" type="Node3D"]
script = ExtResource("1")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="Control"]
layout_mode = 0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -18.0
text = "Drag a 360 image or HDRi into the window to view!"
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("2")
[node name="TrackballCamera" type="Camera3D" parent="."]
script = ExtResource("3")
stabilize_horizon = true
zoom_enabled = false