mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
warning fix
This commit is contained in:
parent
fac0982c67
commit
51ab38f484
1 changed files with 0 additions and 1 deletions
|
@ -1186,7 +1186,6 @@ void Model::updateClusterMatrices() {
|
|||
const FBXMesh& mesh = geometry.meshes.at(i);
|
||||
for (int j = 0; j < mesh.clusters.size(); j++) {
|
||||
const FBXCluster& cluster = mesh.clusters.at(j);
|
||||
auto jointMatrix = _rig.getJointTransform(cluster.jointIndex);
|
||||
#if defined(SKIN_DQ)
|
||||
auto jointPose = _rig.getJointPose(cluster.jointIndex);
|
||||
Transform jointTransform(jointPose.rot(), jointPose.scale(), jointPose.trans());
|
||||
|
|
Loading…
Reference in a new issue