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

CZML model node transformations #3316

Merged
merged 24 commits into from
Dec 18, 2015
Merged

CZML model node transformations #3316

merged 24 commits into from
Dec 18, 2015

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    c3903fc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    7a65133 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Configuration menu
    Copy the full SHA
    818529e View commit details
    Browse the repository at this point in the history
  2. changed ModelGraphics nodeTransformations from a raw property to a re…

    …gular property so that it adheres to any interval specified in the model packet.
    gbeatty committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    895c914 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Configuration menu
    Copy the full SHA
    9b48563 View commit details
    Browse the repository at this point in the history
  2. include the model node's default transformation matrix when adding ad…

    …ditional transformations from czml
    gbeatty committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    4462be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Configuration menu
    Copy the full SHA
    f005d20 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. code formatting cleanup

    gbeatty committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    06ad0e8 View commit details
    Browse the repository at this point in the history
  2. Added a runAnimations property to ModelGraphics.js to allow the user …

    …to specify if glTF animations should be started
    gbeatty committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    9359a01 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    22f6ef3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Configuration menu
    Copy the full SHA
    f2e0d0e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Further work on node transformations.

    Rename to `NodeTransformation` to match CZML.  Create new `PropertyBag` class that allows for notification of changes of properties added with `addProperty`.
    shunter committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    8e4f397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b8234 View commit details
    Browse the repository at this point in the history
  3. cleanup

    shunter committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    7a321e1 View commit details
    Browse the repository at this point in the history
  4. cleanup

    shunter committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    7755e22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d38198 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Add tests for PropertyBag.

    shunter committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    4a3b0b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Rename NodeTransformation to TranslationRotationScale and move to Cor…

    …e. Make PropertyBag take a result parameter in its getValue function.
    shunter committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    781952f View commit details
    Browse the repository at this point in the history
  2. clean up module paths.

    shunter committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    a90ddbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea6732 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Add sandcastle examples

    shunter committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    21ee2ae View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Updates after review

    Add `Matrix4.fromTranslationRotationScale`.
    Remove `TranslationRotationScale.prototype.toMatrix`
    Tweak documentation
    Get rid of empty function
    Update tests.
    mramato committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    5bbf684 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac342c1 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.

    mramato committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    3147d89 View commit details
    Browse the repository at this point in the history