27 lines
895 B
Plaintext
27 lines
895 B
Plaintext
[gd_scene format=3 uid="uid://chk8oerov1xve"]
|
|
|
|
[ext_resource type="Script" uid="uid://dq3t6tfy5wa0r" path="res://scenes/test_world_loader.gd" id="1_gyc4i"]
|
|
[ext_resource type="Script" path="res://scenes/fly_camera.gd" id="2_flycam"]
|
|
|
|
[sub_resource type="Sky" id="sky_1"]
|
|
|
|
[sub_resource type="Environment" id="env_1"]
|
|
background_mode = 2
|
|
sky = SubResource("sky_1")
|
|
|
|
[node name="World" type="Node3D"]
|
|
script = ExtResource("1_gyc4i")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.857, 0.515, 0, -0.515, 0.857, 0, 500, 500)
|
|
far = 20000.0
|
|
current = true
|
|
script = ExtResource("2_flycam")
|
|
|
|
[node name="Sun" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(0.866, -0.353, 0.354, 0, 0.707, 0.707, -0.5, -0.612, 0.612, 0, 0, 0)
|
|
light_energy = 1.5
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("env_1")
|