-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Updates to CZML for model node animations #3003
Conversation
…gular property so that it adheres to any interval specified in the model packet.
…ditional transformations from czml
@@ -235,9 +269,7 @@ define([ | |||
} | |||
|
|||
function onModelReady(model) { | |||
model.activeAnimations.addAll({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This removes turning on all model animations when the model is loaded. Still need to find a way to manually turn on animations when loading models through the entity framework so the Sandcastle models example works as it did before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit 9359a01 fixes this issue by providing a runAnimations property on ModelGraphics
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
…to specify if glTF animations should be started
related czml-writer PRs. AnalyticalGraphicsInc/czml-writer#101 and AnalyticalGraphicsInc/czml-writer#102 I made additional changes on top of Greg's changes and so I will be opening a new PR to reflect those changes in Cesium as well that will supersede this PR. FYI. |
replaced by #3316 |
No description provided.