mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 00:52:27 +02:00
Fix avatars with rotation offsets
This commit is contained in:
parent
c7db287458
commit
94e1707ab9
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ void PrepareJointsTask::run(const baker::BakeContextPointer& context, const Inpu
|
|||
glm::quat rotationOffset = itr.value();
|
||||
jointRotationOffsets.insert(jointIndex, rotationOffset);
|
||||
qCDebug(model_baker) << "Joint Rotation Offset added to Rig._jointRotationOffsets : " << " jointName: " << jointName << " jointIndex: " << jointIndex << " rotation offset: " << rotationOffset;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue