summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/llgltfloader.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-06-11 18:52:41 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-06-12 01:02:56 +0300
commite2c76ec70d643727d510f2aafac1e918655dfa44 (patch)
tree751041072d820e9503113d526d48189f5398df1a /indra/newview/gltf/llgltfloader.h
parent1132b19c06aa0b154991256e5063c78ad423bdc3 (diff)
#4147 Move mAlternateBindMatrices
For reduced log spam and calculutions and to make further modifications easier.
Diffstat (limited to 'indra/newview/gltf/llgltfloader.h')
-rw-r--r--indra/newview/gltf/llgltfloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/gltf/llgltfloader.h b/indra/newview/gltf/llgltfloader.h
index 50a63c1cd8..6009a8e0c7 100644
--- a/indra/newview/gltf/llgltfloader.h
+++ b/indra/newview/gltf/llgltfloader.h
@@ -174,6 +174,7 @@ protected:
// vector of vectors because of a posibility of having more than one skin
typedef std::vector<LLMeshSkinInfo::matrix_list_t> bind_matrices_t;
bind_matrices_t mInverseBindMatrices;
+ bind_matrices_t mAlternateBindMatrices;
private:
bool parseMeshes();