mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
up $PostFX::HDRPostFX::brightPassThreshold default to 0.2;
This commit is contained in:
parent
aa1e9113fe
commit
87ea1924c4
|
|
@ -62,7 +62,7 @@ $PostFX::HDRPostFX::enableBloom = 1.0;
|
|||
|
||||
/// The threshold luminace value for pixels which are
|
||||
/// considered "bright" and need to be bloomed.
|
||||
$PostFX::HDRPostFX::brightPassThreshold = 0.01;
|
||||
$PostFX::HDRPostFX::brightPassThreshold = 0.2;
|
||||
|
||||
/// These are used in the gaussian blur of the
|
||||
/// bright pass for the bloom effect.
|
||||
|
|
|
|||
Loading…
Reference in a new issue