CesiumJS 1.95
1.95 - 2022-07-01
Highlights include:
- Memory statistics for
ModelExperimental
now appear in theCesium3DTilesInspector
. This includes binary metadata memory, which is not counted byModel
. #10397 - Memory statistics for
ResourceCache
(used byModelExperimental
) now appear in theCesium3DTilesInspector
. #10413 - Added support for rendering individual models and instanced tilesets in 2D / CV using
ModelExperimental
. #10419, #10433 - Added
modelUpAxis
andmodelForwardAxis
constructor options toCesium3DTileset
#10439 - Added various properties to
ModelExperimental
for parity withModel
. #10448, #10457, #10231, #10481, #10479, #10489, #10490, #10491 - Updated
ModelExperimental
shader defaults to match glTF spec. #9992 ExperimentalFeatures.enableModelExperimental
now enablesModelExperimental
for entities and CZML in addition to 3D Tiles. #10492- Fixed
FeatureDetection
for Microsoft Edge. #10429 - Warn if
Cesium3DTile content.uri
property is empty, and load empty tile. #7263 - Updated text highlighting for code examples in documentation to support ES6+ syntax. #10051
See the changelog for the complete list of changes.