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

GLTFExporter: Support individual morph target animation. #15011

Merged
merged 10 commits into from
Jan 25, 2019

Commits on Dec 11, 2018

  1. GLTFExporter: Support individual morph target animation.

    - Adds AnimationUtils.insertKeyframe().
    - Adds KeyframeTrack.clone().
    - Enables GLTFExporter to automatically merge animation tracks affecting
    individual morph targets.
    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    8f8daa1 View commit details
    Browse the repository at this point in the history
  2. AnimationUtils: Add mergeMorphTargetTracks().

    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    fe5d241 View commit details
    Browse the repository at this point in the history
  3. AnimationUtils: Fix bug with track merging.

    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    b70fc01 View commit details
    Browse the repository at this point in the history
  4. Fix tests.

    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    57a6b07 View commit details
    Browse the repository at this point in the history
  5. AnimationUtils: Update docs.

    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    215c631 View commit details
    Browse the repository at this point in the history
  6. AnimationUtils: Fix typo in docs.

    Don McCurdy committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    fe9fe5f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. AnimationUtils: Move new helpers into GLTFExporter.

    Don McCurdy committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    7303890 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Remove unused imports.

    donmccurdy committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    55bc035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0fc9b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b93acc View commit details
    Browse the repository at this point in the history