diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llvosky.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llvosky.h')
-rw-r--r-- | linden/indra/newview/llvosky.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h index 4020114..f3bceb0 100644 --- a/linden/indra/newview/llvosky.h +++ b/linden/indra/newview/llvosky.h | |||
@@ -69,6 +69,12 @@ const F32 fsigma = (6.f + 3.f * sigma) / (6.f-7.f*sigma); | |||
69 | const F64 Ndens = 2.55e25; | 69 | const F64 Ndens = 2.55e25; |
70 | const F64 Ndens2 = Ndens*Ndens; | 70 | const F64 Ndens2 = Ndens*Ndens; |
71 | 71 | ||
72 | // HACK: Allow server to change sun and moon IDs. | ||
73 | // I can't figure out how to pass the appropriate | ||
74 | // information into the LLVOSky constructor. JC | ||
75 | extern LLUUID gSunTextureID; | ||
76 | extern LLUUID gMoonTextureID; | ||
77 | |||
72 | 78 | ||
73 | LL_FORCE_INLINE LLColor3 color_div(const LLColor3 &col1, const LLColor3 &col2) | 79 | LL_FORCE_INLINE LLColor3 color_div(const LLColor3 &col1, const LLColor3 &col2) |
74 | { | 80 | { |