1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Apply luminance multiplier in copy_cubemap_to_panorama

This commit is contained in:
Kaleb Reid
2025-10-12 23:21:21 -07:00
parent cb7cd815ee
commit 8173f43770
3 changed files with 5 additions and 3 deletions

View File

@@ -138,7 +138,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;