We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7f30a commit 60196f6Copy full SHA for 60196f6
indra/newview/pipeline.cpp
@@ -8235,6 +8235,11 @@ void LLPipeline::doAtmospherics()
8235
{
8236
LL_PROFILE_ZONE_SCOPED_CATEGORY_PIPELINE;
8237
8238
+ if (sImpostorRender)
8239
+ { // do not attempt atmospherics on impostors
8240
+ return;
8241
+ }
8242
+
8243
if (RenderDeferredAtmospheric)
8244
8245
@@ -8294,6 +8299,10 @@ void LLPipeline::doAtmospherics()
8294
8299
void LLPipeline::doWaterHaze()
8295
8300
8296
8301
8302
8303
+ { // do not attempt water haze on impostors
8304
8305
8297
8306
8298
8307
8308
0 commit comments