2021-05-09 18:53:03 +02:00
|
|
|
[gd_scene load_steps=19 format=2]
|
2021-05-08 20:13:56 +02:00
|
|
|
|
|
|
|
|
[ext_resource path="res://assets/props/rock floor/rock floor.gltf" type="PackedScene" id=1]
|
|
|
|
|
[ext_resource path="res://assets/props/table/table.gltf" type="PackedScene" id=2]
|
|
|
|
|
[ext_resource path="res://assets/props/stool b/stool b.gltf" type="PackedScene" id=3]
|
|
|
|
|
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture" id=4]
|
|
|
|
|
[ext_resource path="res://assets/props/book/book.gltf" type="PackedScene" id=5]
|
2021-05-08 20:38:16 +02:00
|
|
|
[ext_resource path="res://scenes/levels/WarCraft.gd" type="Script" id=6]
|
2021-05-08 21:24:25 +02:00
|
|
|
[ext_resource path="res://assets/props/dagger/dagger.gltf" type="PackedScene" id=7]
|
|
|
|
|
[ext_resource path="res://assets/props/growler/growler.gltf" type="PackedScene" id=8]
|
|
|
|
|
[ext_resource path="res://assets/props/godet/godet.gltf" type="PackedScene" id=9]
|
|
|
|
|
[ext_resource path="res://assets/props/candle/candlestick.gltf" type="PackedScene" id=10]
|
|
|
|
|
[ext_resource path="res://assets/props/parchment/wood parchment.gltf" type="PackedScene" id=11]
|
2021-05-09 16:44:00 +02:00
|
|
|
[ext_resource path="res://assets/materials/gray.tres" type="Material" id=12]
|
2021-05-09 18:53:03 +02:00
|
|
|
[ext_resource path="res://assets/props/parchment/paper parchment.gltf" type="PackedScene" id=13]
|
|
|
|
|
[ext_resource path="res://assets/props/candle/candle top.gltf" type="PackedScene" id=14]
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[sub_resource type="CubeMesh" id=1]
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[sub_resource type="PanoramaSky" id=2]
|
2021-05-08 20:13:56 +02:00
|
|
|
panorama = ExtResource( 4 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[sub_resource type="Environment" id=3]
|
2021-05-09 16:44:00 +02:00
|
|
|
background_mode = 3
|
2021-05-09 18:53:03 +02:00
|
|
|
background_sky = SubResource( 2 )
|
|
|
|
|
background_color = Color( 0.188235, 0.133333, 0.133333, 1 )
|
2021-05-08 21:24:25 +02:00
|
|
|
background_energy = 0.6
|
2021-05-09 18:53:03 +02:00
|
|
|
ambient_light_color = Color( 0.694118, 0.168627, 0.67451, 1 )
|
|
|
|
|
ambient_light_energy = 1.55
|
|
|
|
|
ambient_light_sky_contribution = 0.5
|
|
|
|
|
fog_enabled = true
|
|
|
|
|
fog_color = Color( 0.562167, 0.29, 1, 0.941176 )
|
|
|
|
|
fog_depth_begin = 0.0
|
|
|
|
|
fog_depth_end = 60.0
|
|
|
|
|
fog_depth_curve = 1.10957
|
|
|
|
|
fog_height_enabled = true
|
|
|
|
|
fog_height_min = 2.0
|
|
|
|
|
fog_height_max = -20.0
|
|
|
|
|
fog_height_curve = 0.965936
|
2021-05-09 16:44:00 +02:00
|
|
|
tonemap_mode = 2
|
2021-05-09 18:53:03 +02:00
|
|
|
ss_reflections_enabled = true
|
2021-05-09 16:51:48 +02:00
|
|
|
dof_blur_far_enabled = true
|
|
|
|
|
dof_blur_far_distance = 2.0
|
2021-05-09 16:44:00 +02:00
|
|
|
glow_enabled = true
|
|
|
|
|
|
|
|
|
|
[sub_resource type="GIProbeData" id=4]
|
|
|
|
|
bounds = AABB( -10, -10, -10, 20, 20, 20 )
|
|
|
|
|
cell_size = 0.15625
|
|
|
|
|
to_cell_xform = Transform( 6.4, 0, 0, 0, 6.4, 0, 0, 0, 6.4, 64, 64, 64 )
|
|
|
|
|
dynamic_data = PoolIntArray( 0, 8, 128, 128, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4132, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 8355711, 0 )
|
|
|
|
|
dynamic_range = 4
|
|
|
|
|
bias = 1.5
|
|
|
|
|
normal_bias = 0.0
|
|
|
|
|
propagation = 0.7
|
|
|
|
|
interior = true
|
2021-05-08 12:55:27 +02:00
|
|
|
|
|
|
|
|
[node name="Warcraft" type="Spatial"]
|
2021-05-08 20:38:16 +02:00
|
|
|
script = ExtResource( 6 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="Main Camera" type="Camera" parent="."]
|
2021-05-09 16:44:00 +02:00
|
|
|
transform = Transform( 0.160708, -0.339306, 0.926846, 0, 0.939052, 0.343774, -0.987002, -0.0552473, 0.150913, 1.62519, 1.61928, 0.658554 )
|
2021-05-09 16:51:48 +02:00
|
|
|
fov = 38.5632
|
|
|
|
|
far = 60.0
|
2021-05-09 16:44:00 +02:00
|
|
|
|
|
|
|
|
[node name="Building" type="Spatial" parent="."]
|
|
|
|
|
|
|
|
|
|
[node name="MeshInstance" type="MeshInstance" parent="Building"]
|
|
|
|
|
transform = Transform( 5.45383, 0, 0, 0, 2.05553, 0, 0, 0, 0.347932, -3.44218, 1.54814, 5.15637 )
|
2021-05-09 18:53:03 +02:00
|
|
|
mesh = SubResource( 1 )
|
2021-05-09 16:44:00 +02:00
|
|
|
material/0 = ExtResource( 12 )
|
|
|
|
|
|
|
|
|
|
[node name="MeshInstance4" type="MeshInstance" parent="Building"]
|
|
|
|
|
transform = Transform( 5.45383, 0, 0, 0, -8.98502e-08, 0.347932, 0, -5.54994, -4.10632e-08, -3.44218, 3.54814, 0.156369 )
|
2021-05-09 18:53:03 +02:00
|
|
|
mesh = SubResource( 1 )
|
2021-05-09 16:44:00 +02:00
|
|
|
material/0 = ExtResource( 12 )
|
|
|
|
|
|
|
|
|
|
[node name="MeshInstance2" type="MeshInstance" parent="Building"]
|
|
|
|
|
transform = Transform( 5.45383, 0, 0, 0, 2.05553, 0, 0, 0, 0.347932, -3.44218, 1.54814, -4.11673 )
|
2021-05-09 18:53:03 +02:00
|
|
|
mesh = SubResource( 1 )
|
2021-05-09 16:44:00 +02:00
|
|
|
material/0 = ExtResource( 12 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 16:44:00 +02:00
|
|
|
[node name="MeshInstance3" type="MeshInstance" parent="Building"]
|
2021-05-09 19:14:19 +02:00
|
|
|
transform = Transform( -2.38394e-07, 0, -0.347932, 0, 2.05553, 0, 5.45383, 0, -1.52086e-08, -8.4425, 1.54516, 0.872685 )
|
2021-05-09 18:53:03 +02:00
|
|
|
mesh = SubResource( 1 )
|
2021-05-09 16:44:00 +02:00
|
|
|
material/0 = ExtResource( 12 )
|
|
|
|
|
|
|
|
|
|
[node name="rock floor4" parent="Building" instance=ExtResource( 1 )]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, -3.747 )
|
|
|
|
|
|
|
|
|
|
[node name="rock floor2" parent="Building" instance=ExtResource( 1 )]
|
2021-05-08 20:13:56 +02:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, -3.747 )
|
|
|
|
|
|
2021-05-09 16:44:00 +02:00
|
|
|
[node name="rock floor" parent="Building" instance=ExtResource( 1 )]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 2.253 )
|
|
|
|
|
|
|
|
|
|
[node name="rock floor3" parent="Building" instance=ExtResource( 1 )]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, 2.253 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="BG Table Right" parent="." instance=ExtResource( 2 )]
|
2021-05-09 19:04:12 +02:00
|
|
|
transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -2.16251, 0.02855, -2.03036 )
|
|
|
|
|
|
|
|
|
|
[node name="growler" parent="BG Table Right" instance=ExtResource( 8 )]
|
|
|
|
|
transform = Transform( 0.428226, 0, -0.903672, 0, 1, 0, 0.903672, 0, 0.428226, 0.260769, 0.871669, 0.248644 )
|
|
|
|
|
|
|
|
|
|
[node name="godet" parent="BG Table Right" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.869771, 0, 0.493456, 0, 1, 0, -0.493456, 0, 0.869771, 0.124298, 0.856545, -0.0234158 )
|
|
|
|
|
|
|
|
|
|
[node name="godet2" parent="BG Table Right" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( -0.236782, -0.0445638, 0.970541, -0.0267146, 0.998868, 0.039347, -0.971196, -0.0166109, -0.237705, 0.291462, 0.865107, 0.00160384 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="BG Table Left" parent="." instance=ExtResource( 2 )]
|
|
|
|
|
transform = Transform( -0.958482, 0, -0.285153, 0, 1, 0, 0.285153, 0, -0.958482, -2.78053, 0.0325576, 2.20978 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 19:04:12 +02:00
|
|
|
[node name="growler" parent="BG Table Left" instance=ExtResource( 8 )]
|
|
|
|
|
transform = Transform( -0.958482, 0, 0.285153, 0, 1, 0, -0.285153, 0, -0.958482, 0, 0.862568, 0 )
|
|
|
|
|
|
|
|
|
|
[node name="godet" parent="BG Table Left" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( -0.958482, -0.0136413, 0.284827, 0, 0.998855, 0.0478387, -0.285153, 0.0458525, -0.957385, -0.0769448, 0.856716, -0.25378 )
|
|
|
|
|
|
|
|
|
|
[node name="godet2" parent="BG Table Left" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( -0.958482, 0.0116327, 0.284916, 0, 0.999168, -0.0407945, -0.285153, -0.0391008, -0.957684, -0.17328, 0.869693, 0.189056 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="Main Scene Props" type="Spatial" parent="."]
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book3" parent="Main Scene Props" instance=ExtResource( 5 )]
|
|
|
|
|
transform = Transform( 0.259561, 0, 0.965727, 0.0582327, 0.99818, -0.0156514, -0.963969, 0.0602995, 0.259089, 0.13025, 0.92072, -0.458817 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book4" parent="Main Scene Props/book3" instance=ExtResource( 5 )]
|
|
|
|
|
transform = Transform( 0.0229642, -0.00339183, -0.999731, 0.0393653, 0.999223, -0.00248598, 0.998961, -0.0392976, 0.0230802, 0.00279957, 0.066205, -0.000443451 )
|
2021-05-08 20:13:56 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book5" parent="Main Scene Props/book3/book4" instance=ExtResource( 5 )]
|
|
|
|
|
transform = Transform( 0.86032, -0.0497817, -0.507318, 0.0471006, 0.998725, -0.0181282, 0.507573, -0.00829894, 0.861568, 0.00110053, 0.0706179, -0.00503531 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="candlestick" parent="Main Scene Props/book3/book4/book5" instance=ExtResource( 10 )]
|
|
|
|
|
transform = Transform( 1.0529, 0.0554018, 1.03432, -0.125744, 1.4708, 0.049222, -1.02814, -0.123146, 1.05321, 0.0432135, 0.0688529, -0.083811 )
|
|
|
|
|
|
|
|
|
|
[node name="candle top" parent="Main Scene Props/book3/book4/book5/candlestick" instance=ExtResource( 14 )]
|
|
|
|
|
transform = Transform( 1.16981, 0, 0, 0, 1.63542, 0, 0, 0, 1.16981, 0, 0.125719, 0 )
|
|
|
|
|
|
|
|
|
|
[node name="OmniLight" type="OmniLight" parent="Main Scene Props/book3/book4/book5/candlestick/candle top"]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0731977, 0 )
|
|
|
|
|
light_color = Color( 0.960784, 0.611765, 0.00784314, 1 )
|
|
|
|
|
|
|
|
|
|
[node name="table" parent="Main Scene Props" instance=ExtResource( 2 )]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.082685, 0.0325576, 0.290515 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="stool b" parent="Main Scene Props" instance=ExtResource( 3 )]
|
2021-05-09 16:51:48 +02:00
|
|
|
transform = Transform( -0.232037, 0, -0.972707, 0, 1, 0, 0.972707, 0, -0.232037, -2.91873, 0.0130518, 0.702275 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="stool b5" parent="Main Scene Props" instance=ExtResource( 3 )]
|
2021-05-09 16:51:48 +02:00
|
|
|
transform = Transform( 0.770013, 0, -0.638029, 0, 1, 0, 0.638029, 0, 0.770013, -4.33166, 0.013052, 1.08363 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="stool b4" parent="Main Scene Props" instance=ExtResource( 3 )]
|
2021-05-08 20:13:56 +02:00
|
|
|
transform = Transform( 0.656257, 0, 0.754538, 0, 1, 0, -0.754538, 0, 0.656257, -0.888955, 0.0130518, 1.64328 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="stool b2" parent="Main Scene Props" instance=ExtResource( 3 )]
|
2021-05-08 20:13:56 +02:00
|
|
|
transform = Transform( 0.892389, 0, -0.451267, 0, 1, 0, 0.451267, 0, 0.892389, 1.35966, 0.013052, 1.23435 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="stool b3" parent="Main Scene Props" instance=ExtResource( 3 )]
|
2021-05-08 20:13:56 +02:00
|
|
|
transform = Transform( 0.839193, 0, 0.543834, 0, 1, 0, -0.543834, 0, 0.839193, 0.474083, 0.013052, -1.39025 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book" parent="Main Scene Props" instance=ExtResource( 5 )]
|
2021-05-08 20:13:56 +02:00
|
|
|
transform = Transform( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 0, 0.923053, 1 )
|
|
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book2" parent="Main Scene Props/book" instance=ExtResource( 5 )]
|
|
|
|
|
transform = Transform( 0.992026, 0, 0.592682, 0, 1.15559, 0, -0.592682, 0, 0.992026, 0, 0.075138, 0 )
|
2021-05-08 21:24:25 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="book4" parent="Main Scene Props" instance=ExtResource( 5 )]
|
|
|
|
|
transform = Transform( 0.121753, 0.000848586, -0.99256, -0.0631162, 0.997982, -0.00688895, 0.990551, 0.0634853, 0.121561, 0.491102, 0.902354, -0.103352 )
|
2021-05-08 21:24:25 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="dagger" parent="Main Scene Props" instance=ExtResource( 7 )]
|
|
|
|
|
transform = Transform( -0.347902, -0.0140785, 0.937425, -0.0256771, 0.999655, 0.00548365, -0.937179, -0.0221626, -0.348143, 0.336322, 0.942123, 0.562509 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="godet" parent="Main Scene Props" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.706057, 0, -0.708155, 0, 1, 0, 0.708155, 0, 0.706057, -0.112722, 0.901657, 0.00149509 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="godet4" parent="Main Scene Props" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.757895, 0, 0.652376, 0, 1, 0, -0.652376, 0, 0.757895, -0.28474, 0.905096, 0.78228 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-09 18:53:03 +02:00
|
|
|
[node name="godet5" parent="Main Scene Props" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.886172, -0.463214, 0.0114893, -0.0309068, -0.0343508, 0.998932, -0.462324, -0.885581, -0.0447572, -0.0863596, 0.96815, 0.743407 )
|
|
|
|
|
|
|
|
|
|
[node name="godet2" parent="Main Scene Props" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.690251, 0, 0.72357, 0, 1, 0, -0.72357, 0, 0.690251, -0.333186, 0.901657, 0.177792 )
|
|
|
|
|
|
|
|
|
|
[node name="godet3" parent="Main Scene Props" instance=ExtResource( 9 )]
|
|
|
|
|
transform = Transform( 0.875311, 0.480987, 0.0498184, 0.0206958, 0.0656668, -0.997627, -0.483117, 0.874265, 0.0475244, -0.191043, 0.95253, 0.11484 )
|
|
|
|
|
|
|
|
|
|
[node name="growler" parent="Main Scene Props" instance=ExtResource( 8 )]
|
|
|
|
|
transform = Transform( 0.0876426, 0, -0.996152, 0, 1, 0, 0.996152, 0, 0.0876426, -0.316595, 0.905106, -0.0726386 )
|
|
|
|
|
|
|
|
|
|
[node name="wood parchment" parent="Main Scene Props" instance=ExtResource( 11 )]
|
|
|
|
|
transform = Transform( 0.796076, 0.00917861, -0.605127, 0, 0.999885, 0.0151663, 0.605197, -0.0120736, 0.795984, 0.543255, 0.957499, 0.755328 )
|
|
|
|
|
|
|
|
|
|
[node name="paper parchment" parent="Main Scene Props/wood parchment" instance=ExtResource( 13 )]
|
|
|
|
|
transform = Transform( 1, 6.51926e-09, -5.06639e-07, -4.65661e-09, 1, 9.31323e-09, 2.98023e-08, 8.3819e-09, 1, -0.262178, -0.0549548, -2.98023e-08 )
|
|
|
|
|
|
|
|
|
|
[node name="wood parchment2" parent="Main Scene Props" instance=ExtResource( 11 )]
|
|
|
|
|
transform = Transform( -0.596381, 0.0184557, 0.802489, 0.0225364, 0.999726, -0.00624354, -0.802385, 0.0143617, -0.596634, 0.281044, 0.958449, -0.253034 )
|
2021-05-09 16:44:00 +02:00
|
|
|
|
2021-05-08 21:24:25 +02:00
|
|
|
[node name="Lighting" type="Spatial" parent="."]
|
|
|
|
|
|
|
|
|
|
[node name="Red Color Left" type="SpotLight" parent="Lighting"]
|
2021-05-09 17:14:00 +02:00
|
|
|
transform = Transform( 0.885702, -0.222818, 0.407289, 0, 0.877297, 0.479948, -0.464255, -0.425091, 0.777023, 0.848516, 1.5034, 2.26553 )
|
2021-05-08 21:24:25 +02:00
|
|
|
light_color = Color( 1, 0, 0.0862745, 1 )
|
2021-05-09 16:51:48 +02:00
|
|
|
light_energy = 2.0
|
2021-05-09 18:53:03 +02:00
|
|
|
shadow_enabled = true
|
|
|
|
|
shadow_contact = 1.0
|
2021-05-08 21:24:25 +02:00
|
|
|
|
|
|
|
|
[node name="Blue Color Right" type="SpotLight" parent="Lighting"]
|
|
|
|
|
transform = Transform( -0.728997, 0.597286, -0.334384, 0.0537007, 0.536893, 0.84194, 0.682407, 0.595815, -0.423468, -0.540161, 1.80711, -0.561909 )
|
|
|
|
|
light_color = Color( 0.8, 0.835294, 1, 1 )
|
|
|
|
|
|
2021-05-09 16:51:48 +02:00
|
|
|
[node name="Blue Color Right2" type="SpotLight" parent="Lighting"]
|
|
|
|
|
transform = Transform( -0.721569, 0.418156, -0.5518, -0.680158, -0.577006, 0.452161, -0.129319, 0.701576, 0.700762, -6.73766, 1.80711, 4.06785 )
|
2021-05-09 19:14:19 +02:00
|
|
|
light_color = Color( 0.905882, 0.862745, 0.72549, 1 )
|
2021-05-09 18:53:03 +02:00
|
|
|
light_specular = 0.23
|
2021-05-09 16:51:48 +02:00
|
|
|
spot_range = 8.1
|
|
|
|
|
spot_angle = 55.8
|
|
|
|
|
|
|
|
|
|
[node name="Blue Color Right3" type="SpotLight" parent="Lighting"]
|
2021-05-09 19:14:19 +02:00
|
|
|
transform = Transform( 0.0552331, -0.60583, -0.793675, -0.717326, -0.577006, 0.390522, -0.694545, 0.547754, -0.466447, -6.73826, 1.80435, -3.64354 )
|
|
|
|
|
light_color = Color( 0.905882, 0.862745, 0.72549, 1 )
|
|
|
|
|
light_specular = 0.64
|
2021-05-09 16:51:48 +02:00
|
|
|
spot_range = 8.1
|
|
|
|
|
spot_angle = 55.8
|
|
|
|
|
|
2021-05-08 21:24:25 +02:00
|
|
|
[node name="Sun" type="DirectionalLight" parent="Lighting"]
|
2021-05-09 16:51:48 +02:00
|
|
|
transform = Transform( -0.777664, -0.348191, 0.523451, 0.0166148, 0.820946, 0.570764, -0.62846, 0.45256, -0.632636, 0, 1.62188, 0 )
|
2021-05-08 21:24:25 +02:00
|
|
|
light_color = Color( 0.501961, 0.67451, 1, 1 )
|
2021-05-09 18:53:03 +02:00
|
|
|
light_energy = 2.0
|
2021-05-08 21:24:25 +02:00
|
|
|
shadow_enabled = true
|
|
|
|
|
shadow_contact = 0.3
|
|
|
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="Lighting"]
|
2021-05-09 18:53:03 +02:00
|
|
|
environment = SubResource( 3 )
|
2021-05-08 21:24:25 +02:00
|
|
|
|
2021-05-09 16:44:00 +02:00
|
|
|
[node name="GIProbe" type="GIProbe" parent="Lighting"]
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, 0 )
|
|
|
|
|
interior = true
|
|
|
|
|
data = SubResource( 4 )
|