Skip to content

Cesium 1.33

Compare
Choose a tag to compare
@hpinkos hpinkos released this 01 Aug 15:27
· 15329 commits to master since this release

1.33 - 2017-05-01

Highlights include:

  • Added GoogleEarthEnterpriseTerrainProvider and GoogleEarthEnterpriseImageryProvider to read data from Google Earth Enterprise servers. #5189.
  • Support for dashed polylines #5159.
  • Added disableDepthTestDistance to billboards, points and labels. This sets the distance to the camera where the depth test will be disabled. Setting it to zero (the default) will always enable the depth test. Setting it to Number.POSITVE_INFINITY will never enabled the depth test. Also added scene.minimumDisableDepthTestDistance to change the default value from zero. #5166

See the change log for a full list of changes