diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-10-10 14:07:30 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-10-10 14:07:30 -0700 |
commit | 0ea99ea01fc12fa0210a61a3664ff828d3984575 (patch) | |
tree | b24b9595f36ad0047a05971f4bffd944c70e5439 /indra/newview/llfloaterdebugmaterials.h | |
parent | aae0d21790e31271a3accff70741b91d0bd8b184 (diff) |
Adding a setting to allow user to edit the specular color alpha.
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r-- | indra/newview/llfloaterdebugmaterials.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h index 65f3cbd6ca..6ada255015 100644 --- a/indra/newview/llfloaterdebugmaterials.h +++ b/indra/newview/llfloaterdebugmaterials.h @@ -37,10 +37,12 @@ class LLButton; class LLColorSwatchCtrl; +class LLColor4U; class LLLineEditor; class LLMaterialID; class LLScrollListCtrl; class LLSD; +class LLSpinCtrl; class LLTextBase; class LLTextureCtrl; class LLUICtrl; @@ -135,6 +137,7 @@ private: S32 getSpecularMapRepeatY() const; S32 getSpecularMapRotation() const; + LLColor4U getSpecularColor() const; S32 getSpecularExponent() const; S32 getEnvironmentExponent() const; S32 getAlphMaskCutoff() const; @@ -159,6 +162,7 @@ private: LLLineEditor* mSpecularMapRepeatY; LLLineEditor* mSpecularMapRotation; LLColorSwatchCtrl* mSpecularColor; + LLSpinCtrl* mSpecularColorAlpha; LLLineEditor* mSpecularExponent; LLLineEditor* mEnvironmentExponent; LLLineEditor* mAlphaMaskCutoff; |