CesiumJS 1.117
1.117 - 2024-05-01
Highlights include:
- Added
ClippingPolygon
andClippingPolygonCollection
for applying multiple clipping regions, with support for concave regions and inverse clipping regions, to 3D Tiles and Terrain. #11750 - Added
Cesium3DTileset.clippingPolygons
,Globe.clippingPolygons
, andModel.clippingPolygons
properties for defining clipping regions from world positions. #11750 - Fixed a bug where a data source was not automatically rendered after is was added in request render mode. #11934
- Fixes Typescript definition for
Event.raiseEvent
. #10498
See the changelog for the complete list of changes.