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
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
Change Log
2
2
==========
3
-
4
3
### 1.37 - 2017-09-01
5
4
6
5
* Fixed `replaceState` bug that was causing the `CesiumViewer` demo application to crash in Safari and iOS
7
6
* Added `customTags` property to the UrlTemplateImageryProvider to allow custom keywords in the template URL.
7
+
* Fixed issue where `Model` and `BillboardCollection` would throw an error if the globe is undefined [#5638](https://github.com/AnalyticalGraphicsInc/cesium/issues/5638)
8
+
* Fixed issue where the `Model` glTF cache loses reference to the model's buffer data. [#5720](https://github.com/AnalyticalGraphicsInc/cesium/issues/5720)
9
+
* Fixed some issues with `disableDepthTestDistance`[#5501](https://github.com/AnalyticalGraphicsInc/cesium/issues/5501)[#5331](https://github.com/AnalyticalGraphicsInc/cesium/issues/5331)[#5621](https://github.com/AnalyticalGraphicsInc/cesium/issues/5621)
10
+
* Added several new Bing Maps styles: `CANVAS_DARK`, `CANVAS_LIGHT`, and `CANVAS_GRAY`.
11
+
* Added small improvements to the atmosphere. [#5741](https://github.com/AnalyticalGraphicsInc/cesium/pull/5741)
12
+
* Fixed a bug that caused imagery splitting to work incorrectly when CSS pixels were not equivalent to WebGL drawing buffer pixels, such as on high DPI displays in Microsoft Edge and Internet Explorer.
13
+
* Added `Cesium3DTileset.loadJson` to support overriding the default tileset loading behavior. [#5685](https://github.com/AnalyticalGraphicsInc/cesium/pull/5685)
14
+
* Fixed loading of binary glTFs containing CRN or KTX textures. [#5753](https://github.com/AnalyticalGraphicsInc/cesium/pull/5753)
15
+
* Fixed specular computation for certain models using the `KHR_materials_common` extension. [#5773](https://github.com/AnalyticalGraphicsInc/cesium/pull/5773)
16
+
* Fixed a bug where developer error was thrown in Sandcastle example [#5703](https://github.com/AnalyticalGraphicsInc/cesium/issues/5703)
17
+
* Fixed a 3D Tiles traversal bug for tilesets using additive refinement. [#5766](https://github.com/AnalyticalGraphicsInc/cesium/issues/5766)
0 commit comments