CesiumJS 1.92
1.92 - 2022-04-01
Highlights include:
- Added experimental support for the 3D Tiles 1.1 draft. #10189
- Added support for
EXT_structural_metadata
property attributes inCustomShader
#10228 - Added partial support for
EXT_structural_metadata
property textures inCustomShader
#10247 - Added
minimumPixelSize
,scale
, andmaximumScale
toModelExperimental
. #10092 Cesium3DTileset
now has asplitDirection
property, allowing the tileset to only be drawn on the left or right side of the screen. This is useful for visual comparison of tilesets. #10193- Removed
Cesium.when
. AnyPromise
in the Cesium API has changed to the nativePromise
API. Code bases using cesium will likely need updates after this change. See the upgrade guide for instructions on how to update your code base to be compliant with native promises.
See the changelog for the complete list of changes.