summaryrefslogtreecommitdiff
path: root/indra/newview/lltinygltfhelper.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-29 22:38:40 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-29 22:39:32 +0300
commit9346b45188462056698083f4f83fe8fecbe19bdf (patch)
tree9d0ac5c1633c27d85ffb9e44d62c6d4f6c1a2a27 /indra/newview/lltinygltfhelper.h
parent02df55b9b366f3df98fc4b861dffa779c9d0a536 (diff)
SL-17653 Multi-material file support for local materials
Diffstat (limited to 'indra/newview/lltinygltfhelper.h')
-rw-r--r--indra/newview/lltinygltfhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltinygltfhelper.h b/indra/newview/lltinygltfhelper.h
index 89e09b189e..afe4517417 100644
--- a/indra/newview/lltinygltfhelper.h
+++ b/indra/newview/lltinygltfhelper.h
@@ -35,7 +35,7 @@ class LLViewerFetchedTexture;
namespace LLTinyGLTFHelper
{
- void setFromModel(LLGLTFMaterial* mat, tinygltf::Model& model);
+ void setFromModel(LLGLTFMaterial* mat, tinygltf::Model& model, S32 index);
LLColor4 getColor(const std::vector<double>& in);
const tinygltf::Image* getImageFromTextureIndex(const tinygltf::Model& model, S32 texture_index);
LLImageRaw* getTexture(const std::string& folder, const tinygltf::Model& model, S32 texture_index, std::string& name);