Skip to content

Commit

Permalink
Update the Cesium and Babylon engines
Browse files Browse the repository at this point in the history
* Updated Cesium engine to 1.34 and leveraged the new [`basepath`](CesiumGS/cesium#5320) option in `Cesium.Model.fromGltf`.
* Updated Babylon.js engine to get a [tangent fix](BabylonJS/Babylon.js#2222).

Resolves Issue AnalyticalGraphicsInc#15
  • Loading branch information
HowardWolosky committed Jun 5, 2017
1 parent 6b41629 commit ec3875b
Show file tree
Hide file tree
Showing 51 changed files with 690 additions and 432 deletions.
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.0.2 - UNRELEASED

* Updated Cesium engine to 1.34 and leveraged the new [`basepath`](https://github.com/AnalyticalGraphicsInc/cesium/issues/5320) option in `Cesium.Model.fromGltf`.
* Updated Babylon.js engine to get a [tangent fix](https://github.com/BabylonJS/Babylon.js/pull/2222).

### 2.0.1 - 2017-06-01

* Update Babylon engine to fix glTF 1.0 support.
Expand Down
161 changes: 81 additions & 80 deletions engines/Babylon/babylon.custom.js

Large diffs are not rendered by default.

304 changes: 187 additions & 117 deletions engines/Cesium/Cesium.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion engines/Cesium/Widgets/BaseLayerPicker/BaseLayerPicker.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engines/Cesium/Widgets/CesiumInspector/CesiumInspector.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engines/Cesium/Widgets/Geocoder/Geocoder.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engines/Cesium/Widgets/InfoBox/InfoBox.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec3875b

Please sign in to comment.