diff options
author | Graham Linden <graham@lindenlab.com> | 2019-01-25 10:34:42 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-01-25 10:34:42 -0800 |
commit | 88d4d85711a25772f3659850902e3a395ef2358c (patch) | |
tree | 9a7018cdb86dd4c0dbda2f5a50f954e66a0eba26 /indra/newview/pipeline.cpp | |
parent | b33f9c4533b1d2f539baf65820ccb07a89389e72 (diff) |
SL-10303
Modify sun disc shader to better position itself within the sun glow and to
fade as the sun approaches the horizon (to mask where the position difference is greatest).
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 9d8f98688f..9b89af20d2 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -117,10 +117,6 @@ #include "llenvironment.h" -#if LL_WINDOWS -#pragma optimize("", off) -#endif - #ifdef _DEBUG // Debug indices is disabled for now for debug performance - djs 4/24/02 //#define DEBUG_INDICES |