godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

Fix missing `baked_exposure` #1043

Closed Muller-Castro closed 2 months ago

Muller-Castro commented 2 months ago

Fixes https://github.com/godotengine/godot-demo-projects/issues/1044

I've just deleted these files: 3d/global_illumination/zdm2_all.exr 3d/global_illumination/zdm2_all.lmbake 3d/global_illumination/zdm2_indirect.exr 3d/global_illumination/zdm2_indirect.lmbake

and rebaked LightmapGIAll and LightmapGIIndirect

chrisl8 commented 2 months ago

Oh wow, I didn't realize that this was just an "update project to new Godot version" thing! Thanks!

aaronfranke commented 2 months ago

This PR fixes the error spam, but the visuals do not look correct:

Screenshot 2024-04-11 at 8 43 49 PM
Muller-Castro commented 2 months ago

I'm running 4.2.1.stable.custom_build.

I didn't change anything else in the project.