diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-12 12:56:53 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-12 12:56:53 -0700 |
commit | e2adba65debbd1550a9eaead2a00e1426e8855a8 (patch) | |
tree | 063da30d637ca835919453ebdc5badd31326b9c5 /indra/newview/llsky.cpp | |
parent | 2add1e7abdf536b32bfbfa4b353189782df8cb19 (diff) | |
parent | 67ab0084f87c40bf31d7fadded55cc9ea6299ca2 (diff) |
Merge
Diffstat (limited to 'indra/newview/llsky.cpp')
-rw-r--r-- | indra/newview/llsky.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llsky.cpp b/indra/newview/llsky.cpp index 6b7db9bb01..5d85778da5 100644 --- a/indra/newview/llsky.cpp +++ b/indra/newview/llsky.cpp @@ -143,6 +143,13 @@ void LLSky::setMoonTextures(const LLUUID& moon_texture, const LLUUID& moon_textu } } +void LLSky::setCloudNoiseTextures(const LLUUID& cloud_noise_texture, const LLUUID& cloud_noise_texture_next) +{ + if(mVOSkyp.notNull()) { + mVOSkyp->setCloudNoiseTextures(cloud_noise_texture, cloud_noise_texture_next); + } +} + void LLSky::setSunAndMoonDirectionsCFR(const LLVector3 &sun_direction, const LLVector3 &moon_direction) { if(mVOSkyp.notNull()) { |