-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Cesium's breaking changes: +X and +Z faces (gltf_version=[0.8|1.0])
- Loading branch information
1 parent
efad89d
commit c598f94
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c598f94
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.
Version 2.0 shall now be the default glTF version. For earlier versions, i.e. 0.8 and 1.0, a string parameter
gltf_version=0.8
orgltf_version=1.0
must be given in the client URL.This commit addresses the breaking changes in Cesium regarding the up/forward axis in glTF version 2.0 starting from Cesium 1.46/1.47.