You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
- Moved "GoogleCloudAuthlugin" to "3d-tiles-renderer/core/plugins".
10
10
- Moved "CesiumIonAuthPlugin" to "3d-tiles-renderer/core/plugins".
11
11
- CesiumIonAuthPlugin: Auto-registration of QuantizedMesh and TMS plugins has been removed. See "assetTypeHandler" to register the necessary plugins as-needed.
12
+
- TilesRenderer: "load-tile-set" event has been renamed to "load-tileset"
13
+
- TilesRenderer: "load-tileset" payload member "tileSet" has been renamed to "tileset"
14
+
- TilesRenderer: "rootTileSet" member has been renamed "rootTileset"
15
+
- Documentation and other variable names have adjusted any instances of "tile set" to "tileset" to align with the 3D Tiles specification nomenclature.
12
16
13
17
### Added
14
18
- Added "assetTypeHandler" to "CesiumIonAuthPlugin" for registering plugins based on loaded asset type.
0 commit comments