Skip to content

Commit 17419b5

Browse files
committedJun 27, 2018
Update wording
1 parent a1bb02a commit 17419b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
### 1.47 - 2018-07-02
55

66
##### 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)
88
* 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)
99
* KML and GeoJSON now use `PolylineGraphics` instead of `CorridorGraphics` for polylines on terrain. [#6706](https://github.com/AnalyticalGraphicsInc/cesium/pull/6706)
1010

0 commit comments

Comments
 (0)