diff options
author | Geenz <geenz@geenzo.com> | 2013-04-17 16:40:10 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-04-17 16:40:10 -0400 |
commit | 35cc62f24c8a3f1fe3d6c879a4435dfebcb6fc8e (patch) | |
tree | 3071192a59259f0301e987239c7ec36c56453f87 /indra/llprimitive/llmaterial.h | |
parent | bb5bf632c6c3dea22865a86dc8c13f5de9ce06f0 (diff) | |
parent | 67af268b785e8a47d7db10aa3a566c269b0f16e3 (diff) |
Merge + propagated class 2 alphaF changes to class 1 alphaF.
Diffstat (limited to 'indra/llprimitive/llmaterial.h')
-rw-r--r-- | indra/llprimitive/llmaterial.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llprimitive/llmaterial.h b/indra/llprimitive/llmaterial.h index c2e49985a4..3145891393 100644 --- a/indra/llprimitive/llmaterial.h +++ b/indra/llprimitive/llmaterial.h @@ -49,8 +49,11 @@ public: typedef enum { - SHADER_COUNT = 16 + SHADER_COUNT = 16, + ALPHA_SHADER_COUNT = 4 } eShaderCount; + + static const U8 DEFAULT_SPECULAR_LIGHT_EXPONENT = ((U8)(0.2f * 255)); static const LLColor4U DEFAULT_SPECULAR_LIGHT_COLOR; |