Fix typo.
This commit is contained in:
parent
fd116c8011
commit
e8bcd9efc1
10
CHANGES.md
10
CHANGES.md
|
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
### ? - ?
|
||||
|
||||
##### Breaking Changes :mega:
|
||||
|
||||
- `RasterOverlayTileProvider::loadTileImage` now receives a const `RasterOverlayTile`.
|
||||
|
||||
##### Additions :tada:
|
||||
|
||||
- Added `RasterOverlayExternals` class. This is similar to `TilesetExternals` and is a more convenient way to pass around the various external interfaces that raster overlays use.
|
||||
|
||||
### v0.51.0 - 2025-09-02
|
||||
|
||||
##### Breaking Changes :mega:
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <CesiuMRasterOverlays/RasterOverlayExternals.h>
|
||||
#include <CesiumAsync/IAssetAccessor.h>
|
||||
#include <CesiumGeospatial/Projection.h>
|
||||
#include <CesiumGltfReader/GltfReader.h>
|
||||
#include <CesiumRasterOverlays/Library.h>
|
||||
#include <CesiumRasterOverlays/RasterOverlayExternals.h>
|
||||
#include <CesiumUtility/Assert.h>
|
||||
#include <CesiumUtility/CreditSystem.h>
|
||||
#include <CesiumUtility/ErrorList.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue