summaryrefslogtreecommitdiff
path: root/indra/newview/lllegacyatmospherics.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-03-18 23:21:32 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-03-18 23:37:47 -0700
commitbb99e50b2617a67fe65a92338363c76ec400f033 (patch)
treeceee606b54636aecd72b17ce6e521081b0f93ce9 /indra/newview/lllegacyatmospherics.cpp
parenta8172323989e303254aea2b360e97e4cd463705a (diff)
SL-12574 Add note about duplicated procedurally generated sky texture
Diffstat (limited to 'indra/newview/lllegacyatmospherics.cpp')
-rw-r--r--indra/newview/lllegacyatmospherics.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lllegacyatmospherics.cpp b/indra/newview/lllegacyatmospherics.cpp
index 3c675f7c4f..5e3fc8be95 100644
--- a/indra/newview/lllegacyatmospherics.cpp
+++ b/indra/newview/lllegacyatmospherics.cpp
@@ -265,6 +265,10 @@ LLColor4 LLAtmospherics::calcSkyColorInDir(const LLSettingsSky::ptr_t &psky, Atm
return LLColor4(sky_color, 0.0f);
}
+// NOTE: Keep these in sync!
+// indra\newview\app_settings\shaders\class1\deferred\skyV.glsl
+// indra\newview\app_settings\shaders\class1\deferred\cloudsV.glsl
+// indra\newview\lllegacyatmospherics.cpp
void LLAtmospherics::calcSkyColorWLVert(const LLSettingsSky::ptr_t &psky, LLVector3 & Pn, AtmosphericsVars& vars)
{
LLColor3 blue_density = vars.blue_density;