mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-23 04:01:20 +00:00
Render-expensive SSAO off by default.
This commit is contained in:
parent
e71f1aecfb
commit
47d3867cee
1 changed files with 1 additions and 1 deletions
|
@ -5673,7 +5673,7 @@ static void UI_Update(const char *name)
|
||||||
trap_Cvar_SetValue("r_hdr", 1);
|
trap_Cvar_SetValue("r_hdr", 1);
|
||||||
trap_Cvar_SetValue("r_toneMap", 1);
|
trap_Cvar_SetValue("r_toneMap", 1);
|
||||||
trap_Cvar_SetValue("r_autoExposure", 1);
|
trap_Cvar_SetValue("r_autoExposure", 1);
|
||||||
trap_Cvar_SetValue("r_ssao", 1);
|
trap_Cvar_SetValue("r_ssao", 0);
|
||||||
trap_Cvar_SetValue("r_pbr", 1);
|
trap_Cvar_SetValue("r_pbr", 1);
|
||||||
trap_Cvar_SetValue("r_deluxeMapping", 1);
|
trap_Cvar_SetValue("r_deluxeMapping", 1);
|
||||||
trap_Cvar_SetValue("r_normalMapping", 1);
|
trap_Cvar_SetValue("r_normalMapping", 1);
|
||||||
|
|
Loading…
Reference in a new issue