You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Change Log
4
4
### 1.47 - 2018-07-02
5
5
6
6
##### Breaking Changes :mega:
7
-
* glTF 2.0 models corrected to face +Z forwards per specification. Internally Cesium uses +X as forward, so a new +Z to +X rotation was added for 2.0 models only. To fix models that are oriented incorrectly after this change, apply a +X to +Z rotation `[0,0,1,0,0,1,0,0,-1,0,0,0,0,0,0,1]` to the root node of the glTF. [#6632](https://github.com/AnalyticalGraphicsInc/cesium/pull/6632)
7
+
* glTF 2.0 models corrected to face +Z forwards per specification. Internally Cesium uses +X as forward, so a new +Z to +X rotation was added for 2.0 models only. To fix models that are oriented incorrectly after this change, apply a +X to +Z rotation in the glTF file. The can be done by setting the `matrix` of the root node to `[0,0,1,0,0,1,0,0,-1,0,0,0,0,0,0,1]`. [#6632](https://github.com/AnalyticalGraphicsInc/cesium/pull/6632)
8
8
* Dropped support for directory URLs when loading tilesets to match the updated [3D Tiles spec](https://github.com/AnalyticalGraphicsInc/3d-tiles/issues/272). [#6502](https://github.com/AnalyticalGraphicsInc/cesium/issues/6502)
9
9
* KML and GeoJSON now use `PolylineGraphics` instead of `CorridorGraphics` for polylines on terrain. [#6706](https://github.com/AnalyticalGraphicsInc/cesium/pull/6706)
0 commit comments