diff options
author | Graham Linden <graham@lindenlab.com> | 2018-10-09 18:44:43 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-10-09 18:44:43 +0100 |
commit | f8aac192378462b5824d28808ed84833e2cbfe0f (patch) | |
tree | 8b2cfff19afd6fce5e514471e59d3c1496653191 /indra/llrender/llshadermgr.cpp | |
parent | 8c4258009b09f16751437d0549067ab2950e725a (diff) |
SL-1289
add cloud_variance control for randomized perturbance of clouds to break up tiling monotony
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 3927632dbe..e483f723f0 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1327,6 +1327,7 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedUniforms.push_back("halo_map"); mReservedUniforms.push_back("moon_brightness"); mReservedUniforms.push_back("moon_phase"); + mReservedUniforms.push_back("cloud_variance"); llassert(mReservedUniforms.size() == END_RESERVED_UNIFORMS); |