#4147 Joint override

master
Maxim Nikolenko 2025-06-11 01:21:45 +03:00 committed by GitHub
parent 98abff90a7
commit 48eb8a2efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;