mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Temp disables fullscreen on Windows platform due to various system behavioral issues with it
Integrates the HDR's bloom toggle into the Shader Quality setting
This commit is contained in:
parent
f4a6a0f7ae
commit
628532d006
5 changed files with 17 additions and 4 deletions
|
|
@ -207,4 +207,6 @@ $PostFXManager::Settings::EnableDOF = 1;
|
|||
$pref::PostFX::EnableVignette = 1;
|
||||
$pref::PostFX::EnableLightRays = 1;
|
||||
$pref::PostFX::EnableHDR = 1;
|
||||
$pref::PostFX::EnableSSAO = 1;
|
||||
$pref::PostFX::EnableSSAO = 1;
|
||||
|
||||
$pref::PostFX::EnableHDRBloom = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue