diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-20 15:37:50 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-20 15:37:50 -0500 |
commit | ecb8c4e718067b1fb567aa1182f213408ea8b463 (patch) | |
tree | 0c2a4fa1d3c6f09f31f0a2a8df61d457b460a4a7 /indra/newview/pipeline.cpp | |
parent | 5cf5e4bb888e67dc1dd79eaec491b242a7f3a903 (diff) |
SH-1411 Fix for shadows from large objects flickering at odd angles at certain times of day.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index a533be675c..ec1f9173ff 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -9110,11 +9110,6 @@ void LLPipeline::generateSunShadow(LLCamera& camera) fovx = acos(fovx); fovz = acos(fovz); - if (fovx > cutoff || llround(fovz, 0.01f) > cutoff) - { - // llerrs << "WTF?" << llendl; - } - mShadowFOV.mV[j] = cutoff; } |