From 8c9d0c61459ebdfa3d17c9ef7ccfba9793bf4d3a Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 25 Jun 2025 20:19:23 +0300 Subject: #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. --- indra/llappearance/lljointdata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llappearance/lljointdata.h') 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; -- cgit v1.2.3