diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-09-19 14:20:00 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-09-19 16:55:57 -0700 |
commit | 3e807dbc29371218e48691a5c1cfd2384bd74030 (patch) | |
tree | f6c6b8886f747aaa1fca9f59e3d4b8dca8a77bd5 /indra/newview/llviewerobject.h | |
parent | 03df9545092cc3917e1c3f947ce2270d0ba31134 (diff) |
SL-18001: Update GLTF material when receiving LLRenderMaterialParams on updated object
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 109c96dc9c..680cfb9639 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -185,6 +185,7 @@ public: const LLUUID& getRenderMaterialID(U8 te) const; void setRenderMaterialID(U8 te, const LLUUID& id); + void setRenderMaterialIDs(const LLRenderMaterialParams* material_params, bool local_origin); virtual BOOL isHUDAttachment() const { return FALSE; } virtual BOOL isTempAttachment() const; |