diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/pipeline.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/newview/pipeline.h b/linden/indra/newview/pipeline.h index bd857c2..8b032ec 100644 --- a/linden/indra/newview/pipeline.h +++ b/linden/indra/newview/pipeline.h | |||
@@ -96,8 +96,6 @@ public: | |||
96 | void bindScreenToTexture(); | 96 | void bindScreenToTexture(); |
97 | void renderBloom(BOOL for_snapshot); | 97 | void renderBloom(BOOL for_snapshot); |
98 | 98 | ||
99 | LLCubeMap* findReflectionMap(const LLVector3& location); | ||
100 | |||
101 | void init(); | 99 | void init(); |
102 | void cleanup(); | 100 | void cleanup(); |
103 | BOOL isInit() { return mInitialized; }; | 101 | BOOL isInit() { return mInitialized; }; |
@@ -183,7 +181,6 @@ public: | |||
183 | void renderGeom(LLCamera& camera, BOOL forceVBOUpdate = FALSE); | 181 | void renderGeom(LLCamera& camera, BOOL forceVBOUpdate = FALSE); |
184 | void renderGeomDeferred(); | 182 | void renderGeomDeferred(); |
185 | 183 | ||
186 | void processImagery(LLCamera& camera); | ||
187 | void generateWaterReflection(LLCamera& camera); | 184 | void generateWaterReflection(LLCamera& camera); |
188 | void renderHighlights(); | 185 | void renderHighlights(); |
189 | void renderDebug(); | 186 | void renderDebug(); |
@@ -371,7 +368,6 @@ public: | |||
371 | static BOOL sUseFBO; | 368 | static BOOL sUseFBO; |
372 | static BOOL sUseFarClip; | 369 | static BOOL sUseFarClip; |
373 | static BOOL sSkipUpdate; //skip lod updates | 370 | static BOOL sSkipUpdate; //skip lod updates |
374 | static BOOL sDynamicReflections; | ||
375 | static BOOL sWaterReflections; | 371 | static BOOL sWaterReflections; |
376 | static BOOL sDynamicLOD; | 372 | static BOOL sDynamicLOD; |
377 | static BOOL sReflectionRender; | 373 | static BOOL sReflectionRender; |