mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
clean up manggled hdr vals
reset standard samples to standard hdr key and adaptation rate values
This commit is contained in:
parent
37ef090137
commit
1b27b1372f
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ $PostFX::HDRPostFX::saturationValue = 1;
|
|||
$PostFX::HDRPostFX::colorFilter = "1.0 1.0 1.0";
|
||||
$PostFX::HDRPostFX::minLuminace = 0.001;
|
||||
$PostFX::HDRPostFX::whiteCutoff = 1;
|
||||
$PostFX::HDRPostFX::adaptRate = 2;
|
||||
$PostFX::HDRPostFX::adaptRate = "0.85";
|
||||
$PostFX::HDRPostFX::tonemapMode = "ACES";
|
||||
$PostFX::HDRPostFX::enableAutoExposure = "0";
|
||||
$PostFX::HDRPostFX::keyValue = 0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue