diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-29 21:13:09 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-29 21:13:09 +0100 |
commit | 964a472461bed91b3efa383aaea34d425b96111d (patch) | |
tree | bce20c3fc0c6e7f34679e8621212ab45ad238a4b /indra/llinventory/llsettingssky.h | |
parent | cb00370c4ac3722d9962db502fc15cdd0efffe10 (diff) |
Hook up sky density panel to fixedenv and edit_ext_daycycle UI.
Fix retrieving LLSD for density configs (element not array) in density UI.
Tweak layout of sky density controls.
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index 8030bfeb39..a4ea8c98f4 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -116,10 +116,17 @@ public: F32 getSkyTopRadius() const; F32 getSunArcRadians() const; F32 getMieAnisotropy() const; + + // Return first (only) profile layer represented in LLSD + LLSD getRayleighConfig() const; + LLSD getMieConfig() const; + LLSD getAbsorptionConfig() const; + + // Return entire LLSDArray of profile layers represented in LLSD LLSD getRayleighConfigs() const; LLSD getMieConfigs() const; - LLSD getAbsorptionConfigs() const; + LLUUID getBloomTextureId() const; void setRayleighConfigs(const LLSD& rayleighConfig); |