diff options
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index 8e86853481..b618b9bfe6 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -53,6 +53,11 @@ public: // These directions should be in CFR coord sys (+x at, +z up, +y right) void setSunAndMoonDirectionsCFR(const LLVector3 &sun_direction, const LLVector3 &moon_direction); + void setSunDirectionCFR(const LLVector3 &sun_direction); + void setMoonDirectionCFR(const LLVector3 &moon_direction); + + void setSunTextures(const LLUUID& sun_texture, const LLUUID& sun_texture_next); + void setMoonTextures(const LLUUID& moon_texture, const LLUUID& moon_texture_next); LLColor4 getSkyFogColor() const; |