mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Merge branch 'exposure_pass' into lightmath
This commit is contained in:
commit
b1871b272b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ CUSTOM_CVAR(Float, gl_bloom_amount, 1.4f, 0)
|
||||||
if (self < 0.1f) self = 0.1f;
|
if (self < 0.1f) self = 0.1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
CVAR(Float, gl_exposure_scale, 0.75f, 0)
|
CVAR(Float, gl_exposure_scale, 1.3f, 0)
|
||||||
CVAR(Float, gl_exposure_min, 0.35f, 0)
|
CVAR(Float, gl_exposure_min, 0.35f, 0)
|
||||||
CVAR(Float, gl_exposure_base, 0.35f, 0)
|
CVAR(Float, gl_exposure_base, 0.35f, 0)
|
||||||
CVAR(Float, gl_exposure_speed, 0.05f, 0)
|
CVAR(Float, gl_exposure_speed, 0.05f, 0)
|
||||||
|
|
Loading…
Reference in a new issue