I need to try in localhost...

This commit is contained in:
Thiago Almeida Vergani 2020-04-06 13:47:57 -03:00
parent 8b7755d359
commit a326270104
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 = morph;
tempMorph.applyMatrix4(mesh.matrixWorld).applyMatrix4(mrot).applyMatrix4(msca);
}
morphVector.add(tempMorph);