diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-06-12 14:21:40 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-06-12 15:55:47 +0300 |
| commit | 8322a9a61e951275278fbf80b0a46880f5318107 (patch) | |
| tree | eca1cac1c4625ed96a437b5bd6be85299ac308c0 /indra/llappearance/llavatarappearance.h | |
| parent | e2c76ec70d643727d510f2aafac1e918655dfa44 (diff) | |
#4147 Joint Overrides #2
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
| -rw-r--r-- | indra/llappearance/llavatarappearance.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index cea2a837cd..e48d80b8ce 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -154,8 +154,9 @@ public: const avatar_joint_list_t& getSkeleton() { return mSkeleton; } typedef std::map<std::string, std::string> joint_alias_map_t; const joint_alias_map_t& getJointAliases(); + typedef std::map<std::string, std::string> joint_parent_map_t; // matrix plus parent typedef std::map<std::string, glm::mat4> joint_rest_map_t; - joint_rest_map_t getJointRestMatrices() const; + void getJointRestMatrices(joint_rest_map_t& rest_map, joint_parent_map_t& parent_map) const; protected: static bool parseSkeletonFile(const std::string& filename, LLXmlTree& skeleton_xml_tree); |
