Kevin Ring
|
fd116c8011
|
loadTileImage receives const RasterOverlayTile.
|
2025-09-09 18:24:28 +10:00 |
Kevin Ring
|
b84477b30a
|
Fix tests.
|
2025-07-28 18:59:18 +10:00 |
Kevin Ring
|
4a433d46dd
|
Require TileID to Tile constructors taking content.
This way the content reference count, which is only added when the tile
has an ID, can be correctly accounted for.
|
2025-05-16 14:55:01 +10:00 |
Janine Liu
|
70b97bb614
|
Fix failing unit test
|
2025-04-28 11:30:03 -04:00 |
Janine Liu
|
fc83ace731
|
Merge branch 'main' into multiple-views
|
2025-04-28 10:06:54 -04:00 |
Kevin Ring
|
00c575d1b5
|
More ref count cleanup, fix tests.
|
2025-04-17 15:40:10 +10:00 |
Ashley Rogers
|
6b1c311992
|
Pass bounding volumes to prepareInLoadThread
|
2025-04-01 14:03:03 -04:00 |
Kevin Ring
|
a213d8a3d4
|
Re-renable TilesetContentManager tests.
|
2025-03-11 22:07:33 +11:00 |
Kevin Ring
|
1326242691
|
New loaded tile enumeration.
|
2025-02-27 22:34:20 +11:00 |
Ashley Rogers
|
101f71cfba
|
Alllllmost working
|
2025-02-07 17:51:24 -05:00 |
Ashley Rogers
|
3fb40074be
|
Handle removing children in Tileset
|
2025-02-07 16:09:34 -05:00 |
Kevin Ring
|
251c399488
|
Merge remote-tracking branch 'origin/main' into request-headers-tileset
|
2025-01-22 13:43:26 +11:00 |
Ashley Rogers
|
31f16082fc
|
Fix build errors
|
2025-01-21 14:50:47 -05:00 |
Ashley Rogers
|
4e318925a5
|
Switch tests to doctest
|
2025-01-15 16:58:03 -05:00 |
Ashley Rogers
|
768b6510b3
|
Quotes to brackets
|
2024-12-20 12:00:09 -05:00 |
Ashley Rogers
|
2c8aa4a422
|
Fix includes using script
|
2024-12-20 11:56:49 -05:00 |
Ashley Rogers
|
6aa10bb592
|
Fix cast issues
|
2024-12-18 10:01:52 -05:00 |
Ashley Rogers
|
7ef48d56c7
|
Fix additional clang-tidy issues
|
2024-12-17 17:41:42 -05:00 |
Ashley Rogers
|
1e2e47ab5e
|
misc-include-cleaner for every file
|
2024-12-17 17:27:03 -05:00 |
Kevin Ring
|
77743cba4e
|
Refresh ion token on 401 for any type of asset.
By using an IAssetAccessor decorator.
|
2024-11-28 22:50:18 +11:00 |
Ashley Rogers
|
cca8871eef
|
Include both catch2 headers
|
2024-11-22 11:30:45 -05:00 |
Ashley Rogers
|
f82d65bead
|
Change Catch2 header
|
2024-11-22 11:17:21 -05:00 |
Kevin Ring
|
89dfc44bdc
|
Remove use of GSL.
Change gsl::span to std::span, and replace the few uses of gsl::narrow
with an alternative.
|
2024-11-06 15:16:03 +11:00 |
Kevin Ring
|
c73f5b5f05
|
staleAssetSizeLimit -> inactiveAssetSizeLimitBytes
|
2024-10-29 14:09:34 +11:00 |
Kevin Ring
|
feaf448dc3
|
Flesh out utility functions slightly.
|
2024-10-29 14:07:09 +11:00 |
Ashley Rogers
|
df1f887e6d
|
Doc comments, rename ImageCesium
|
2024-10-10 15:28:05 -04:00 |
Kevin Ring
|
7f798379f4
|
GltfSharedAssetSystem
|
2024-10-10 21:56:09 +11:00 |
Kevin Ring
|
275bac0325
|
Better naming.
|
2024-10-04 21:16:11 +10:00 |
Kevin Ring
|
cee6f21ea6
|
Make SharedAsset a base class an eliminate AssetContainer.
|
2024-10-04 16:10:28 +10:00 |
Kevin Ring
|
45365b270a
|
Merge remote-tracking branch 'origin/main' into shared-assets
|
2024-09-26 09:01:49 +10:00 |
Ashley Rogers
|
4851ed2dc2
|
Fix test
|
2024-09-18 16:20:19 -04:00 |
Kevin Ring
|
770c5bbac1
|
Fix compile errors in tests.
|
2024-09-05 15:52:25 +10:00 |
Ashley Rogers
|
e79b31379c
|
Merge with main
|
2024-08-16 14:13:55 -04:00 |
Kevin Ring
|
7d21b0c1be
|
Fix typos and test failure.
|
2024-07-26 10:42:30 -04:00 |
Ashley Rogers
|
a0954e3fbc
|
Add test for shared images
|
2024-07-23 14:03:06 -04:00 |
Kevin Ring
|
68df5462d6
|
Fix warnings.
|
2024-06-30 19:44:40 +10:00 |
Kevin Ring
|
2f50cc2c3a
|
Flesh out test, fix a gltfUpAxis bug.
|
2024-06-29 10:22:31 +10:00 |
Kevin Ring
|
5a7a640f7a
|
Add a test of upsampled bounding volumes.
|
2024-06-28 23:22:04 +10:00 |
Ashley Rogers
|
65dda8335d
|
Respond to review, cut down on stored ellipsoids
|
2024-06-14 15:33:47 -04:00 |
Ashley Rogers
|
f5086231f3
|
Fix test
|
2024-06-11 16:46:34 -04:00 |
Ashley Rogers
|
d961a40e3d
|
Remove as many WGS84 defaults as possible.
|
2024-06-06 16:53:48 -04:00 |
Kevin Ring
|
761630d45a
|
Add CesiumGltfContent library.
|
2023-11-15 17:20:08 +11:00 |
Kevin Ring
|
dff7e61171
|
Create CesiumRasterOverlays library.
|
2023-11-14 18:29:47 +11:00 |
Kevin Ring
|
f3bdf698e2
|
Change namespace of Cesium3DTilesContent types.
|
2023-11-02 22:05:00 +11:00 |
Kevin Ring
|
c561b6407c
|
Move more functionality to Cesium3DTilesContent.
|
2023-11-02 19:48:57 +11:00 |
Kevin Ring
|
e406287a91
|
Finish loading parent tile when needed for upsampling.
|
2023-09-01 11:39:58 +10:00 |
Kevin Ring
|
056eecc6b3
|
Give tileset a root "external" tile.
|
2023-08-21 18:36:49 +10:00 |
Kevin Ring
|
df5759de40
|
Merge remote-tracking branch 'origin/main' into intrusive-lifetime
|
2022-10-14 21:44:30 +11:00 |
Nithin Pranesh
|
b8f95de5bd
|
tests passing
|
2022-10-10 23:50:37 -04:00 |
Kevin Ring
|
e854ea3bde
|
Fix tests.
|
2022-09-01 00:23:10 +10:00 |