diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-30 21:03:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-30 21:03:21 +0300 |
commit | 68dfa1f5501f58d1ca158aeabcc3fd07e8a2e70f (patch) | |
tree | 18a648c4997300f62146990641f05093cf731c87 /indra/newview/llmaterialeditor.h | |
parent | 2880cd011febf2f041d3dab2338300a8ae07221d (diff) |
SL-17640 Use LLAgentBenefitsMgr for upload cost
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 6ccb27cf27..b2a6e96eac 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -99,6 +99,7 @@ public: LLUUID getAlbedoId(); void setAlbedoId(const LLUUID& id); + void setAlbedoUploadId(const LLUUID& id); LLColor4 getAlbedoColor(); @@ -118,6 +119,7 @@ public: LLUUID getMetallicRoughnessId(); void setMetallicRoughnessId(const LLUUID& id); + void setMetallicRoughnessUploadId(const LLUUID& id); F32 getMetalnessFactor(); void setMetalnessFactor(F32 factor); @@ -127,12 +129,14 @@ public: LLUUID getEmissiveId(); void setEmissiveId(const LLUUID& id); + void setEmissiveUploadId(const LLUUID& id); LLColor4 getEmissiveColor(); void setEmissiveColor(const LLColor4& color); LLUUID getNormalId(); void setNormalId(const LLUUID& id); + void setNormalUploadId(const LLUUID& id); bool getDoubleSided(); void setDoubleSided(bool double_sided); |