CesiumJS 1.105
1.105 - 2023-05-01
Highlights include:
- Added
ArcGisMapServerImagery.fromBasemapType
, andArcGisBaseMapType
, andArcGisMapService
for ease of use with the latest ArcGIS Imagery API. #11098 - Fixed Repeated URI parsing slows 3D Tiles performance #11197. Together with #11211, this can reduce tile parsing time by as much as 25% on large tilesets
- Added
CreditDisplay.addStaticCredit
andCreditDisplay.removeStaticCredit
such thatCredit.showOnScreen
value is taken into account. #6215 - Added
options.gltfCallback
toModel.loadGltfAsync
to allow apps to access the loaded glTF JSON. #11240
See the changelog for the complete list of changes.