Cesium 1.33
1.33 - 2017-05-01
Highlights include:
- Added
GoogleEarthEnterpriseTerrainProvider
andGoogleEarthEnterpriseImageryProvider
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 toNumber.POSITVE_INFINITY
will never enabled the depth test. Also addedscene.minimumDisableDepthTestDistance
to change the default value from zero. #5166
See the change log for a full list of changes