diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-08-22 00:49:48 +0100 | 
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-08-22 00:49:48 +0100 | 
| commit | b45a7144aa5be95ffc8edd406ef9ab14c4192890 (patch) | |
| tree | eed26b624f1411e194ee83c9eb8201c3c07989e8 | |
| parent | 67d880781ee2463522edd11f9286635414aa46eb (diff) | |
Fix up dropped new funcs for settings density profile configs in sky settings.
| -rw-r--r-- | indra/llinventory/llsettingssky.h | 4 | 
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);  | 
