aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvosky.h6
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);
69const F64 Ndens = 2.55e25; 69const F64 Ndens = 2.55e25;
70const F64 Ndens2 = Ndens*Ndens; 70const 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
75extern LLUUID gSunTextureID;
76extern LLUUID gMoonTextureID;
77
72 78
73LL_FORCE_INLINE LLColor3 color_div(const LLColor3 &col1, const LLColor3 &col2) 79LL_FORCE_INLINE LLColor3 color_div(const LLColor3 &col1, const LLColor3 &col2)
74{ 80{