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

Update the Cesium and Babylon engines #16

Merged

Conversation

HowardWolosky
Copy link
Contributor

  • Updated Cesium engine to 1.34 and leveraged the new basepath option in Cesium.Model.fromGltf.
  • Updated Babylon.js engine to get a tangent fix.

Resolves Issue #15

* 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
pages/cesium.js Outdated
@@ -142,7 +130,7 @@ var CesiumPreview = function() {
resize();

var gltfFileName = document.getElementById('gltfFileName').textContent;
var gltfRootPath = document.getElementById('gltfRootPath').textContent;
var gltfRootPath = "file://" + document.getElementById('gltfRootPath').textContent;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think technically there should be three slashes here, such that the "hostname" is blank.

@emackey
Copy link
Member

emackey commented Jun 6, 2017

This is great, thanks @HowardWolosky!

@emackey emackey merged commit 21622fb into AnalyticalGraphicsInc:master Jun 6, 2017
@emackey
Copy link
Member

emackey commented Jun 6, 2017

Version 2.0.2 is published!

@HowardWolosky HowardWolosky deleted the updateBabylonAgain branch July 21, 2017 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants