Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Morph targets part do not work #1

Open
perelman opened this issue Nov 28, 2018 · 0 comments
Open

Morph targets part do not work #1

perelman opened this issue Nov 28, 2018 · 0 comments

Comments

@perelman
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant