This commit is contained in:
Thiago Almeida Vergani 2020-04-06 13:17:23 -03:00
parent ebe1dbfd41
commit 3ab8d354b3
2 changed files with 2 additions and 2 deletions

2
dist/saver.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -52,7 +52,7 @@ finalizeMesh.prototype = {
geometry.morphAttributes.position[mt].getY(i),
geometry.morphAttributes.position[mt].getZ(i));
tempMorph.addScaledVector(morph.sub(morphVector), geometry.morphTargetInfluences[mt]);
// tempMorph.addScaledVector(morph.sub(morphVector), geometry.morphTargetInfluences[mt]);
}
morphVector.add(tempMorph);
}