diff options
author | Geenz <geenz@geenzo.com> | 2013-04-17 17:47:18 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-04-17 17:47:18 -0400 |
commit | 4afb70eba7a86b43005d5eb3fbd6d27fe12c6075 (patch) | |
tree | d8a85261c6c8ca2678fde7a8722007dc2d3928a8 /indra/llprimitive | |
parent | 35cc62f24c8a3f1fe3d6c879a4435dfebcb6fc8e (diff) | |
parent | 4b2d6062ba1865f6c89175cf047c3e772bcd03bd (diff) |
Merge with latest viewer-dev-materials.
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/llmaterial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmaterial.h b/indra/llprimitive/llmaterial.h index 3145891393..b294288c64 100644 --- a/indra/llprimitive/llmaterial.h +++ b/indra/llprimitive/llmaterial.h @@ -57,7 +57,7 @@ public: static const U8 DEFAULT_SPECULAR_LIGHT_EXPONENT = ((U8)(0.2f * 255)); static const LLColor4U DEFAULT_SPECULAR_LIGHT_COLOR; - static const U8 DEFAULT_ENV_INTENSITY = ((U8)(0.05f * 255)); + static const U8 DEFAULT_ENV_INTENSITY = 0; LLMaterial(); LLMaterial(const LLSD& material_data); |