summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-03-02 07:17:46 -0800
committerGraham Linden <graham@lindenlab.com>2019-03-02 07:17:46 -0800
commitd8eff424a5fb340b828802351e2b7f6b63bfa30f (patch)
tree3f314288516fd8a708eda8014247afafb6bdd428 /indra/newview/pipeline.h
parentbf8dee73f90f74f3eb9fd544dc9673defa52817f (diff)
SL-10664
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index c94a69eaf0..c41fd0189c 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -287,7 +287,6 @@ public:
void generateSunShadow(LLCamera& camera);
LLRenderTarget* getShadowTarget(U32 i);
- void generateSkyIndirect();
void generateHighlight(LLCamera& camera);
void renderHighlight(const LLViewerObject* obj, F32 fade);
void setHighlightObject(LLDrawable* obj) { mHighlightObject = obj; }
@@ -545,8 +544,6 @@ public:
void updateCamera(bool reset = false);
- bool useAdvancedAtmospherics() const;
-
LLVector3 mFlyCamPosition;
LLQuaternion mFlyCamRotation;
@@ -574,7 +571,6 @@ public:
static bool sBakeSunlight;
static bool sNoAlpha;
static bool sUseTriStrips;
- static bool sUseAdvancedAtmospherics;
static bool sUseFarClip;
static bool sShadowRender;
static bool sWaterReflections;
@@ -659,9 +655,6 @@ public:
//texture for making the glow
LLRenderTarget mGlow[3];
- // texture for SH indirect sky contribution
- LLRenderTarget mSkySH;
-
//noise map
U32 mNoiseMap;
U32 mTrueNoiseMap;