1.127 - 2025-03-03
Highlights include:
- Updated
Cesium3DTilesVoxelProvider
to load glTF tiles using the newEXT_primitive_voxels
extension to more closely align with the rest of the 3D Tiles ecosystem. Tilesets using the previous custom JSON format are no longer supported. #12432 - Updated the
requestData
method of theVoxelProvider
interface to return aPromise
to aVoxelContent
. Custom providers should now use theVoxelContent.fromMetadataArray
method to construct the returned data object. TextureAtlas
has been refactored and internal APIs have been updated.- Implemented
texturesByteLength
,visited
, andnumberOfTilesWithContentReady
inVoxelPrimitive.statistics
.
See the changelog for the complete list of changes.