aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosky.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llvosky.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-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.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{