diff options
| author | Kitty Barnett <develop@catznip.com> | 2012-12-02 00:31:17 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2012-12-02 00:31:17 +0100 |
| commit | fd3af97a01ef5ed6c07fb0eef9e705f01725a95a (patch) | |
| tree | aad64317d75a148821001bbaa1adc8c15b3a57c6 /indra/newview/llfloaterdebugmaterials.h | |
| parent | 1bfeddc0039c7a18cdd878c4fcc3a51529eb1019 (diff) | |
| parent | 6618cff96c75bd0183b173c30ec818404038c2dd (diff) | |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
| -rw-r--r-- | indra/newview/llfloaterdebugmaterials.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h index 565e440187..7fc077dd34 100644 --- a/indra/newview/llfloaterdebugmaterials.h +++ b/indra/newview/llfloaterdebugmaterials.h @@ -40,6 +40,7 @@ class LLButton; class LLColorSwatchCtrl; class LLColor4U; class LLLineEditor; +class LLMaterial; class LLMaterialID; class LLScrollListCtrl; class LLSD; @@ -136,24 +137,7 @@ private: std::string convertToPrintableMaterialID(const LLSD& pBinaryHash) const; std::string convertToPrintableMaterialID(const LLMaterialID& pMaterialID) const; - S32 getNormalMapOffsetX() const; - S32 getNormalMapOffsetY() const; - S32 getNormalMapRepeatX() const; - S32 getNormalMapRepeatY() const; - S32 getNormalMapRotation() const; - - S32 getSpecularMapOffsetX() const; - S32 getSpecularMapOffsetY() const; - S32 getSpecularMapRepeatX() const; - S32 getSpecularMapRepeatY() const; - S32 getSpecularMapRotation() const; - - LLColor4U getSpecularColor() const; - S32 getSpecularExponent() const; - S32 getEnvironmentExponent() const; - S32 getAlphMaskCutoff() const; - S32 getDiffuseAlphaMode() const; - S32 getLineEditorValue(const LLLineEditor *pLineEditor) const; + LLMaterial getMaterial() const; LLTextBase* mStatusText; LLButton* mGetButton; |
