summaryrefslogtreecommitdiff
path: root/indra/llappearance/lljointdata.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-06-25 20:19:23 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-06-26 02:39:21 +0300
commit8c9d0c61459ebdfa3d17c9ef7ccfba9793bf4d3a (patch)
tree0e2a5a2f5b7ebd3a5adaac05b66de1528e804014 /indra/llappearance/lljointdata.h
parent4a40eaa87f97ed6b95b8919bf533ae3bd1245c98 (diff)
#4142 Joint grouping and stripping
Viewer only supports 110 joints at a time, when model has more bones than that importer has to strip some, use groups for stripping.
Diffstat (limited to 'indra/llappearance/lljointdata.h')
-rw-r--r--indra/llappearance/lljointdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/lljointdata.h b/indra/llappearance/lljointdata.h
index 0b5eff2ae7..2fc26198ee 100644
--- a/indra/llappearance/lljointdata.h
+++ b/indra/llappearance/lljointdata.h
@@ -34,6 +34,7 @@ class LLJointData
{
public:
std::string mName;
+ std::string mGroup;
glm::mat4 mJointMatrix;
glm::mat4 mRestMatrix;
glm::vec3 mScale;