Skip to content

Commit

Permalink
Merge branch '3dtiles-voxel-content' into tilers-lilleyse
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Aug 14, 2024
2 parents f90b0c5 + 78e3e34 commit 14034e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@

##### Additions :tada:

- Added `removeExtensionUsed` and `removeExtensionRequired` methods to `CesiumGltf::Model`.
- Added `resolveExternalImages` flag to `GltfReaderOptions`. It is true by default.
- Added `CesiumGltfWriter::SchemaWriter` for serializing schemas in [EXT_structural_metadata](https://github.com/CesiumGS/glTF/tree/3d-tiles-next/extensions/2.0/Vendor/EXT_structural_metadata).
- Added `resolveExternalImages` flag to `GltfReaderOptions`, which is true by default.
- Added `removeExtensionUsed` and `removeExtensionRequired` methods to `CesiumGltf::Model`.

##### Fixes :wrench:

- Fixed a bug in `WebMapTileServiceRasterOverlay` that caused it to compute the `TileRow` incorrectly when used with a tiling scheme with multiple tiles in the Y direction at the root.
- `KHR_texture_transform` is now removed from `extensionsUsed` and `extensionsRequired` after it is applied by `GltfReader`.


### v0.38.0 - 2024-08-01

##### Breaking Changes :mega:
Expand Down

0 comments on commit 14034e0

Please sign in to comment.