Skip to content
Snippets Groups Projects
Commit c154f4f6 authored by David Parks's avatar David Parks
Browse files

Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559

parents 10b8dcc4 12afbacd
No related branches found
No related tags found
No related merge requests found
...@@ -34,4 +34,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n, ...@@ -34,4 +34,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n,
{ {
collectedColor = vec4(0); collectedColor = vec4(0);
return 0; return 0;
} }
\ No newline at end of file
...@@ -231,4 +231,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n, ...@@ -231,4 +231,4 @@ float tapScreenSpaceReflection(int totalSamples, vec2 tc, vec3 viewPos, vec3 n,
} }
return min(float(hits), 1.0) * vignette; return min(float(hits), 1.0) * vignette;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment