diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-04-16 08:27:30 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-04-16 08:27:30 -0700 |
commit | c4413f493e65d1c12f382a9fe4363e90c6a1b8c3 (patch) | |
tree | f58bb44f2c7f3d6e206ec579237124ac236118f3 /indra/llprimitive | |
parent | fafa21315f043ab51e3373e825c85646685778a6 (diff) |
NORSPEC-123 et al...roll back NSPEC 91 fix to avoid knock-on and set correct default env intensity
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 c2e49985a4..df5a45cabd 100644 --- a/indra/llprimitive/llmaterial.h +++ b/indra/llprimitive/llmaterial.h @@ -54,7 +54,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); |