mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add dynamic exposure correction (#12959)
* Add uniform for frame delta time * Adjust exposure in logarithmic (EV) space * Add network support and LUA API * Add testing mod
This commit is contained in:
@@ -831,6 +831,13 @@ enum ToClientCommand
|
||||
/*
|
||||
f32 shadow_intensity
|
||||
f32 saturation
|
||||
exposure parameters
|
||||
f32 luminance_min
|
||||
f32 luminance_max
|
||||
f32 exposure_correction
|
||||
f32 speed_dark_bright
|
||||
f32 speed_bright_dark
|
||||
f32 center_weight_power
|
||||
*/
|
||||
|
||||
TOCLIENT_NUM_MSG_TYPES = 0x64,
|
||||
|
Reference in New Issue
Block a user