Open JordyvanDortmont opened 4 years ago
Hi JordyvanDortmont! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!
As mentioned in the implementation note for morph targets here: https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#morph-targets
Currently the same target names are added multiple times when present on multiple mesh primitives. This causes the length of the target names to be a multiple of the length of the primitive target arrays.