Render-expensive SSAO off by default.

This commit is contained in:
Tomi Isoaho 2016-03-12 04:10:20 +02:00
parent e71f1aecfb
commit 47d3867cee

View file

@ -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);