1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Merge pull request #111577 from Kaleb-Reid/fix-lightmap-luminance

Apply luminance multiplier in copy_cubemap_to_panorama
This commit is contained in:
Thaddeus Crews
2025-10-14 10:31:34 -05:00
3 changed files with 5 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ private:
int32_t section[4];
int32_t target[2];
uint32_t flags;
uint32_t pad;
float luminance_multiplier;
// Glow.
float glow_strength;
float glow_bloom;