mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
hdr format caching sidesteps reinitialization
we never actually turn hdr off. so drop a few assumptions about it starting in the disabled state fix HDRPostFX::minLuminace
This commit is contained in:
parent
9d4bfec4d1
commit
d8618be499
5 changed files with 23 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ $PostFX::HDRPostFX::whitePoint = 1;
|
|||
$PostFX::HDRPostFX::logContrast = 1;
|
||||
$PostFX::HDRPostFX::saturationValue = 1;
|
||||
$PostFX::HDRPostFX::colorFilter = "1.0 1.0 1.0";
|
||||
$PostFX::HDRPostFX::minLuminace = 0.001;
|
||||
$PostFX::HDRPostFX::minLuminace = 0.5;
|
||||
$PostFX::HDRPostFX::whiteCutoff = 1;
|
||||
$PostFX::HDRPostFX::adaptRate = "0.85";
|
||||
$PostFX::HDRPostFX::tonemapMode = "ACES";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue