From 48eb8a2efecb3c308092ce60dcb0c9975a0c53e1 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 11 Jun 2025 01:21:45 +0300 Subject: #4147 Joint override --- indra/newview/gltf/llgltfloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/gltf/llgltfloader.cpp') 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; -- cgit v1.2.3