diff options
Diffstat (limited to '')
-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 | { |