Rebuild lightmaps
This commit is contained in:
parent
d9ae29bcb3
commit
5f88f5a066
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
[gd_scene load_steps=9 format=3 uid="uid://8po7ftboqq4k"]
|
[gd_scene load_steps=9 format=3 uid="uid://8po7ftboqq4k"]
|
||||||
|
|
||||||
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://scenes/hazy_env_camera_attrs.tres" id="1_r2j1d"]
|
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://scenes/hazy_env_camera_attrs.tres" id="1_r2j1d"]
|
||||||
[ext_resource type="LightmapGIData" uid="uid://bp05p4yab2ukx" path="res://scenes/demo/demo.lmbake" id="2_2ehlo"]
|
|
||||||
[ext_resource type="PackedScene" uid="uid://br315evr8x2gt" path="res://scenes/hazy_env.tscn" id="2_le85m"]
|
[ext_resource type="PackedScene" uid="uid://br315evr8x2gt" path="res://scenes/hazy_env.tscn" id="2_le85m"]
|
||||||
|
[ext_resource type="LightmapGIData" uid="uid://bp05p4yab2ukx" path="res://scenes/demo/demo.lmbake" id="2_thfwf"]
|
||||||
[ext_resource type="PackedScene" uid="uid://d4fn0ljcmjdnb" path="res://scenes/demo/demo_map.tscn" id="4_0ojvw"]
|
[ext_resource type="PackedScene" uid="uid://d4fn0ljcmjdnb" path="res://scenes/demo/demo_map.tscn" id="4_0ojvw"]
|
||||||
[ext_resource type="PackedScene" uid="uid://wjbuh7jk50nm" path="res://scenes/player.tscn" id="10_3xiy2"]
|
[ext_resource type="PackedScene" uid="uid://wjbuh7jk50nm" path="res://scenes/player.tscn" id="10_3xiy2"]
|
||||||
[ext_resource type="PackedScene" uid="uid://d02cqylu3xwos" path="res://scenes/table.tscn" id="11_7trvw"]
|
[ext_resource type="PackedScene" uid="uid://d02cqylu3xwos" path="res://scenes/table.tscn" id="11_7trvw"]
|
||||||
@ -13,10 +13,8 @@
|
|||||||
|
|
||||||
[node name="LightmapGI" type="LightmapGI" parent="."]
|
[node name="LightmapGI" type="LightmapGI" parent="."]
|
||||||
quality = 3
|
quality = 3
|
||||||
bounces = 5
|
|
||||||
denoiser_range = 5
|
|
||||||
camera_attributes = ExtResource("1_r2j1d")
|
camera_attributes = ExtResource("1_r2j1d")
|
||||||
light_data = ExtResource("2_2ehlo")
|
light_data = ExtResource("2_thfwf")
|
||||||
|
|
||||||
[node name="HazyEnv" parent="." instance=ExtResource("2_le85m")]
|
[node name="HazyEnv" parent="." instance=ExtResource("2_le85m")]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user