summaryrefslogtreecommitdiff
path: root/indra/newview/llsky.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-08-22 23:02:16 +0100
committerGraham Linden <graham@lindenlab.com>2018-08-22 23:02:16 +0100
commitf45edabe478eb2e5ed899377f541875cbd566977 (patch)
tree35312453eaeb9f327388464e4741c392408f07ef /indra/newview/llsky.h
parent3b9e6636e5e0ab9d29d4fa97a7babe024de0af82 (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.h3
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);