mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
FBXReader: remove debugging logs
This commit is contained in:
parent
5acb088c46
commit
7367f2a28c
1 changed files with 0 additions and 5 deletions
|
@ -1401,11 +1401,6 @@ FBXGeometry* FBXReader::extractFBXGeometry(const QVariantHash& mapping, const QS
|
|||
joint.bindTransform = cluster.transformLink;
|
||||
joint.bindTransformFoundInCluster = true;
|
||||
|
||||
if (fbxCluster.jointIndex == 63) { // Head
|
||||
qCDebug(modelformat) << "AJT: Head found in cluster, id = " << clusterID;
|
||||
qCDebug(modelformat) << "AJT: trans = " << extractTranslation(cluster.transformLink);
|
||||
}
|
||||
|
||||
// update the bind pose extents
|
||||
glm::vec3 bindTranslation = extractTranslation(geometry.offset * joint.bindTransform);
|
||||
geometry.bindExtents.addPoint(bindTranslation);
|
||||
|
|
Loading…
Reference in a new issue