diff options
author | Michael Pohoreski <ptolemy@lindenlab.com> | 2020-07-02 21:45:18 +0000 |
---|---|---|
committer | Michael Pohoreski <ptolemy@lindenlab.com> | 2020-07-02 21:45:18 +0000 |
commit | aeff11fbde03afbe2422b6cd57a5403cbb7c8c67 (patch) | |
tree | 22a9e2ed41e737180b28f4717aea6b2a25471966 /indra/llinventory/llsettingssky.cpp | |
parent | 6f388f2276c4138f34b49ab630b0288c79ca4cec (diff) | |
parent | 9f0225abaa3011de0845a330fb6d7ef60ab20039 (diff) |
Merged in SL-12978 (pull request #180)
SL-12978
Approved-by: Dave Houlton
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 306c732920..81937dbda5 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -1295,6 +1295,9 @@ void LLSettingsSky::clampColor(LLColor3& color, F32 gamma, F32 scale) const color = linear; } +// Similar/Shared Algorithms: +// indra\llinventory\llsettingssky.cpp -- LLSettingsSky::calculateLightSettings() +// indra\newview\app_settings\shaders\class1\windlight\atmosphericsFuncs.glsl -- calcAtmosphericVars() void LLSettingsSky::calculateLightSettings() const { // Initialize temp variables |