diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-22 23:02:16 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-22 23:02:16 +0100 |
commit | f45edabe478eb2e5ed899377f541875cbd566977 (patch) | |
tree | 35312453eaeb9f327388464e4741c392408f07ef /indra/newview/llsky.h | |
parent | 3b9e6636e5e0ab9d29d4fa97a7babe024de0af82 (diff) |
MAINT-9026 hook up sun/moon scale to settingsvo and render code
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index d2067a58bb..e3cc567888 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -61,6 +61,9 @@ public: void setCloudNoiseTextures(const LLUUID& cloud_noise_texture, const LLUUID& cloud_noise_texture_next); void setBloomTextures(const LLUUID& bloom_texture, const LLUUID& bloom_texture_next); + void setSunScale(F32 sun_scale); + void setMoonScale(F32 moon_scale); + LLColor4 getSkyFogColor() const; void setCloudDensityAtAgent(F32 cloud_density); |