three-STLexporter icon indicating copy to clipboard operation
three-STLexporter copied to clipboard

Morph targets part do not work

Open perelman opened this issue 5 years ago • 0 comments

Hi all

It seems that this part does not do anything in the actual result.


                      for (var mt = 0; mt < geometry.morphTargets.length; mt++) {
                        //not pretty, but it gets the job done - jc
                        morphVector.lerp(new THREE.Vector4(morphMatricesX[mt], morphMatricesY[mt], morphMatricesZ[mt], 1), morphMatricesInfluence[mt]);
                      }


How do i use the morphVector?

perelman avatar Nov 28 '18 17:11 perelman