summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-08-22 00:49:48 +0100
committerGraham Linden <graham@lindenlab.com>2018-08-22 00:49:48 +0100
commitb45a7144aa5be95ffc8edd406ef9ab14c4192890 (patch)
treeeed26b624f1411e194ee83c9eb8201c3c07989e8 /indra/llinventory/llsettingssky.h
parent67d880781ee2463522edd11f9286635414aa46eb (diff)
Fix up dropped new funcs for settings density profile configs in sky settings.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r--indra/llinventory/llsettingssky.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h
index 14caca36a7..d15e084878 100644
--- a/indra/llinventory/llsettingssky.h
+++ b/indra/llinventory/llsettingssky.h
@@ -120,6 +120,10 @@ public:
LLSD getAbsorptionConfigs() const;
LLUUID getBloomTextureId() const;
+ void setRayleighConfigs(const LLSD& rayleighConfig);
+ void setMieConfigs(const LLSD& mieConfig);
+ void setAbsorptionConfigs(const LLSD& absorptionConfig);
+
//---------------------------------------------------------------------
LLColor3 getAmbientColor() const;
void setAmbientColor(const LLColor3 &val);