mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
set default hdr postfx keyvalue to baseline
This commit is contained in:
parent
af73e79424
commit
f57bc015a9
6 changed files with 30 additions and 40 deletions
|
|
@ -9,7 +9,7 @@ $PostFX::HDRPostFX::whiteCutoff = 1;
|
|||
$PostFX::HDRPostFX::adaptRate = 2;
|
||||
$PostFX::HDRPostFX::tonemapMode = "ACES";
|
||||
$PostFX::HDRPostFX::enableAutoExposure = "0";
|
||||
$PostFX::HDRPostFX::keyValue = 0.18;
|
||||
$PostFX::HDRPostFX::keyValue = 0.5;
|
||||
$PostFX::HDRPostFX::enableBloom = 1;
|
||||
$PostFX::HDRPostFX::threshold = 1;
|
||||
$PostFX::HDRPostFX::intensity = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue