diff options
author | Graham Linden <graham@lindenlab.com> | 2013-07-21 08:15:21 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-07-21 08:15:21 -0700 |
commit | 94abe75dea90ee91dd044161d8587279b0bfae13 (patch) | |
tree | dd5a0c36a7c28f44bc6fd5ce2e0aec9c189a0a1d /indra/newview/pipeline.cpp | |
parent | 6c186b0c4137220697999c9ffc5e8a23058f5a4d (diff) |
NORSPEC-315 NORSPEC-316 NORSPEC-312 fix various haze and gamma correction issues, alpha-blend objects still missing haze underwater
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index d88cb30887..d89ad615ae 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -11262,7 +11262,9 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar) S32 occlusion = sUseOcclusion; sUseOcclusion = 0; - //sReflectionRender = sRenderDeferred ? FALSE : TRUE; + + sReflectionRender = sRenderDeferred ? FALSE : TRUE; + sShadowRender = TRUE; sImpostorRender = TRUE; |