diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-06-11 01:21:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 01:21:45 +0300 |
commit | 48eb8a2efecb3c308092ce60dcb0c9975a0c53e1 (patch) | |
tree | d780508824a73083012fcf38dec46871ea5c577a /indra/newview/gltf/llgltfloader.cpp | |
parent | 98abff90a74536c9fa3a7c6d5078fc4b037c9c67 (diff) |
#4147 Joint override
Diffstat (limited to 'indra/newview/gltf/llgltfloader.cpp')
-rw-r--r-- | indra/newview/gltf/llgltfloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/llgltfloader.cpp b/indra/newview/gltf/llgltfloader.cpp index 3273cce70b..3e7b14919b 100644 --- a/indra/newview/gltf/llgltfloader.cpp +++ b/indra/newview/gltf/llgltfloader.cpp @@ -898,7 +898,7 @@ bool LLGLTFLoader::populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh& { // This is very likely incomplete in some way. // Root shouldn't be the only one to need full coordinate fix - joint_mat = coord_system_rotation * joint_mat; + joint_mat = coord_system_rotation; if (mApplyXYRotation) { joint_mat = coord_system_rotationxy * joint_mat; |