Skip to content

Commit

Permalink
Fix missing baked_exposure (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muller-Castro authored Apr 12, 2024
1 parent 5bda007 commit af93126
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3d/global_illumination/test.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[ext_resource type="PackedScene" uid="uid://djbrxyh5s8j2o" path="res://zdm2.glb" id="1"]
[ext_resource type="PackedScene" uid="uid://c2lbhsefub1o5" path="res://cube.glb" id="3"]
[ext_resource type="VoxelGIData" uid="uid://duykbpl6evu0r" path="res://test_VoxelGIData.res" id="3_1netx"]
[ext_resource type="LightmapGIData" uid="uid://ct72rg4fnnes8" path="res://zdm2_all.lmbake" id="4_7vqwx"]
[ext_resource type="LightmapGIData" uid="uid://bqpu20db0gmry" path="res://zdm2_all.lmbake" id="4_7vqwx"]
[ext_resource type="Script" path="res://test.gd" id="5"]
[ext_resource type="LightmapGIData" uid="uid://b78viqmkq8djh" path="res://zdm2_indirect.lmbake" id="5_14bmd"]
[ext_resource type="LightmapGIData" uid="uid://brs3ywo1ouol0" path="res://zdm2_indirect.lmbake" id="5_14bmd"]
[ext_resource type="Script" path="res://camera.gd" id="6"]

[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_30v8t"]
Expand Down
Binary file modified 3d/global_illumination/zdm2_all.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion 3d/global_illumination/zdm2_all.exr.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="2d_array_texture"
type="CompressedTexture2DArray"
uid="uid://dh810u2wvg8xg"
uid="uid://cnetwnfnv5way"
path="res://.godot/imported/zdm2_all.exr-90621151e6c7cdb548fd3797293f06e7.ctexarray"
metadata={
"vram_texture": false
Expand Down
Binary file modified 3d/global_illumination/zdm2_all.lmbake
Binary file not shown.
Binary file modified 3d/global_illumination/zdm2_indirect.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion 3d/global_illumination/zdm2_indirect.exr.import
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

importer="2d_array_texture"
type="CompressedTexture2DArray"
uid="uid://dv1sjg7a0m50l"
uid="uid://d26s2indfdskr"
path="res://.godot/imported/zdm2_indirect.exr-1fd4bc76ec648c4d2e6230b7d974087b.ctexarray"
metadata={
"vram_texture": false
Expand Down
Binary file modified 3d/global_illumination/zdm2_indirect.lmbake
Binary file not shown.

0 comments on commit af93126

Please sign in to comment.