Skip to content

Commit

Permalink
Merge pull request #77 from AnalyticalGraphicsInc/cesium-anim
Browse files Browse the repository at this point in the history
Fix busted Cesium animation controls
  • Loading branch information
emackey authored Dec 15, 2017
2 parents d26ea2a + 9569a05 commit 3f0f982
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

### 2.1.3 - UNRELEASED

* Fixed a broken animation control in the Cesium preview.
* Fixed some bugs exposed by Project Polly from the Khronos Blender Exporter.

### 2.1.2 - 2017-12-01

* Fixed file path problems in glTF Preview window for Mac and Linux systems.
Expand Down
2 changes: 1 addition & 1 deletion pages/cesiumView.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var CesiumView = function() {
anim.animation = undefined;
} else {
anim.animation = model.activeAnimations.add({
name: anim.index,
index: anim.index,
loop: Cesium.ModelAnimationLoop.REPEAT
});
}
Expand Down

0 comments on commit 3f0f982

Please sign in to comment.