From d0a0eede63fdbd4ba597b86cbfbeb5b394ed2395 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Thu, 23 May 2019 09:58:33 -0700 Subject: Add render debug controls for forcing disable of ambient, sun, and local light contributions (engages AMBIENT_KILL, SUNLIGHT_KILL, and LOCAL_LIGHT_KILL defines in shaders to accomplish those tasks as required by each render mode). --- indra/newview/app_settings/settings.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 28fed67cb2..1138410a07 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12356,6 +12356,39 @@ Value 0 + AmbientDisable + + Comment + If TRUE, ambient light has no effect + Persist + 1 + Type + Boolean + Value + 0 + + SunlightDisable + + Comment + If TRUE, sunlight has no effect + Persist + 1 + Type + Boolean + Value + 0 + + LocalLightDisable + + Comment + If TRUE, local lights have no effect + Persist + 1 + Type + Boolean + Value + 0 + TextureDiscardLevel Comment -- cgit v1.3