diff options
author | Rider Linden <rider@lindenlab.com> | 2017-09-29 16:46:39 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2017-09-29 16:46:39 -0700 |
commit | 23916be3dac32beebb17e0b9336b34176265783d (patch) | |
tree | 466780dfffa2be5eb6579acc0d87693c75a83635 /indra/newview/llvosky.h | |
parent | b8541cddccaa86e90ed9b072b620dcd4ba1acd20 (diff) |
Moon is showing, sun still not working.
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index c865e8701c..32b5a7eba8 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -381,25 +381,25 @@ class LLVOSky : public LLStaticViewerObject { public: /// WL PARAMS - F32 dome_radius; - F32 dome_offset_ratio; - LLColor3 sunlight_color; - LLColor3 ambient; - F32 gamma; +// F32 dome_radius; +// F32 dome_offset_ratio; +// LLColor3 sunlight_color; +// LLColor3 ambient; +// F32 gamma; LLVector4 lightnorm; LLVector4 unclamped_lightnorm; - LLColor3 blue_density; - LLColor3 blue_horizon; - F32 haze_density; - F32 haze_horizon; - F32 density_multiplier; - F32 max_y; - LLColor3 glow; - F32 cloud_shadow; - LLColor3 cloud_color; - F32 cloud_scale; - LLColor3 cloud_pos_density1; - LLColor3 cloud_pos_density2; +// LLColor3 blue_density; +// LLColor3 blue_horizon; +// F32 haze_density; +// F32 haze_horizon; +// F32 density_multiplier; +// F32 max_y; +// LLColor3 glow; +// F32 cloud_shadow; +// LLColor3 cloud_color; +// F32 cloud_scale; +// LLColor3 cloud_pos_density1; +// LLColor3 cloud_pos_density2; public: void initAtmospherics(void); |