mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Remove joint.transform self-assignment
This commit is contained in:
parent
ff908a36d6
commit
61825f2e06
1 changed files with 0 additions and 1 deletions
|
@ -1015,7 +1015,6 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
|
|||
joint.transform = parentJoint.transform * joint.transform;
|
||||
joint.globalTransform = joint.globalTransform * parentJoint.globalTransform;
|
||||
} else {
|
||||
joint.transform = joint.transform;
|
||||
joint.globalTransform = hfmModel.offset * joint.globalTransform;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue