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/llinventory/llsettingssky.h | |
parent | 8c4258009b09f16751437d0549067ab2950e725a (diff) |
SL-1289
add cloud_variance control for randomized perturbance of clouds to break up tiling monotony
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 89dd6d20fd..796120ba03 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -57,6 +57,8 @@ public: static const std::string SETTING_CLOUD_SCROLL_RATE; static const std::string SETTING_CLOUD_SHADOW; static const std::string SETTING_CLOUD_TEXTUREID; + static const std::string SETTING_CLOUD_VARIANCE; + static const std::string SETTING_DOME_OFFSET; static const std::string SETTING_DOME_RADIUS; static const std::string SETTING_GAMMA; @@ -184,6 +186,9 @@ public: F32 getCloudShadow() const; void setCloudShadow(F32 val); + F32 getCloudVariance() const; + void setCloudVariance(F32 val); + F32 getDomeOffset() const; F32 getDomeRadius() const; |