diff options
author | Graham Linden <graham@lindenlab.com> | 2019-06-04 14:47:07 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-06-04 14:47:07 -0700 |
commit | a6443ce4928f2ce90630717994943252a585f764 (patch) | |
tree | 5d108c798ad903cf67a10e048b905c047d05523b /indra/newview/pipeline.h | |
parent | a12fbc84d3278e44d50b3b79b7d5c2290ec4c546 (diff) |
SL-11353
Make culling ignore the geo from the spotlight rendering a shadowmap.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 10412da6c7..fe81ae91e8 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -925,6 +925,7 @@ public: static F32 RenderShadowBias; static F32 RenderSpotShadowOffset; static F32 RenderSpotShadowBias; + static LLDrawable* RenderSpotLight; static F32 RenderEdgeDepthCutoff; static F32 RenderEdgeNormCutoff; static LLVector3 RenderShadowGaussian; |