summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class2
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2019-04-10 02:49:25 -0700
committerGeenz <geenz@geenzo.com>2019-04-10 02:49:25 -0700
commitd7d8a15092c91f6fa55547515b243b61a78868ff (patch)
treecd73d4b35b3464d44137d634fcc8064d36a9f813 /indra/newview/app_settings/shaders/class2
parent08812cbe060e62cb8b61e91bc2f878a74a0015e5 (diff)
Fullbright + elimination of all references to calcFragAtmospherics.
--HG-- branch : OPEN-340
Diffstat (limited to 'indra/newview/app_settings/shaders/class2')
-rw-r--r--indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl b/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl
index 2a772e6741..e1e299edee 100644
--- a/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl
+++ b/indra/newview/app_settings/shaders/class2/deferred/softenLightF.glsl
@@ -67,7 +67,6 @@ uniform vec2 screen_res;
vec3 getNorm(vec2 pos_screen);
-void calcFragAtmospherics(vec3 inPositionEye, float ambFactor, out vec3 sunlit, out vec3 amblit, out vec3 additive, out vec3 atten);
vec3 atmosFragLighting(vec3 l, vec3 additive, vec3 atten);
vec3 fullbrightScaleSoftClipFrag(vec3 l, vec3 add, vec3 atten);
vec3 scaleSoftClipFrag(vec3 l);
@@ -184,7 +183,7 @@ vec3 post_diffuse = col.rgb;
col = mix(col.rgb, refcol, envIntensity);
}
- if (norm.w < 0.5)
+ //if (norm.w < 0.5)
{
//col = mix(atmosFragLighting(col, additive, atten), fullbrightAtmosTransportFrag(col, additive, atten), diffuse.a);
//col = mix(scaleSoftClipFrag(col), fullbrightScaleSoftClipFrag(col, additive, atten), diffuse.a);