More Tests...

This commit is contained in:
Thiago Almeida Vergani 2020-04-06 14:18:36 -03:00
parent a326270104
commit 0a54fa0332
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].getY(i),
geometry.morphAttributes.position[mt].getZ(i)); geometry.morphAttributes.position[mt].getZ(i));
tempMorph = morph; tempMorph.addScaledVector(morph.sub(morphVector), geometry.morphTargetInfluences[mt]);
tempMorph.applyMatrix4(mesh.matrixWorld).applyMatrix4(mrot).applyMatrix4(msca); tempMorph.applyMatrix4(mesh.matrixWorld).applyMatrix4(mrot).applyMatrix4(msca);
} }
morphVector.add(tempMorph); morphVector.add(tempMorph);