Ashley Rogers
|
cb18f767b3
|
Return to previous substitution logic
|
2025-01-28 10:42:41 -05:00 |
Ashley Rogers
|
9e032f8aed
|
Merge pull request #1084 from CesiumGS/ada-url-substitute-first
ada-url: Substitute layer.json placeholders before treating as URLs
|
2025-01-28 10:13:58 -05:00 |
Ashley Rogers
|
158de7e4dc
|
Merge branch 'main' of github.com:CesiumGS/cesium-native into ada-url
|
2025-01-28 09:55:01 -05:00 |
Kevin Ring
|
17eefa161f
|
Substitute placeholders before manipulating layer.json URLs.
|
2025-01-28 21:12:12 +11:00 |
Ashley Rogers
|
3d9a7f03b3
|
Remove new line for cross-platform test
|
2025-01-23 16:59:33 -05:00 |
Ashley Rogers
|
68bce2c8d0
|
Format
|
2025-01-23 16:42:12 -05:00 |
Ashley Rogers
|
06a3975d24
|
Add tests for Loader errors, log layer.json errors
|
2025-01-23 16:40:22 -05:00 |
Ashley Rogers
|
40d4ba9b71
|
Merge branch 'main' of github.com:CesiumGS/cesium-native into ada-url
|
2025-01-23 13:17:37 -05:00 |
Kevin Ring
|
6541b5b450
|
Add a test.
|
2025-01-22 21:27:55 +11: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
|
6115d11cf7
|
Format
|
2025-01-17 16:18:05 -05:00 |
Ashley Rogers
|
45d9d7ffa6
|
Merge from main
|
2025-01-17 16:06:58 -05:00 |
Ashley Rogers
|
9617622dea
|
Part of a Uri refactor
|
2025-01-17 12:07:24 -05:00 |
Ashley Rogers
|
4e318925a5
|
Switch tests to doctest
|
2025-01-15 16:58:03 -05:00 |
Kevin Ring
|
028ee29eed
|
Merge remote-tracking branch 'origin/main' into clang-tidy-cleanup
|
2025-01-13 17:30:09 +11: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 |
Kevin Ring
|
c32cdafc24
|
Update Cesium3DTilesSelection/test/TestTilesetSelectionAlgorithm.cpp
Co-authored-by: Janine Liu <32226860+j9liu@users.noreply.github.com>
|
2024-12-18 21:02:48 +11: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
|
09b25b6aa8
|
Fix test failures.
|
2024-12-16 22:59:26 +11: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
|
db94337b49
|
Merge remote-tracking branch 'origin/main' into ellipsoid-height-queries
|
2024-11-21 21:14:44 +11:00 |
Kevin Ring
|
5e5c4b1911
|
Add test for height queries against EllipsoidTilesetLoader.
|
2024-11-19 20:52:05 +11: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
|
97331792d3
|
Compile with C++20 and fix the problems.
|
2024-11-05 16:54:11 +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
|
91f5b5fc65
|
Merge remote-tracking branch 'origin/main' into shared-assets
|
2024-10-03 09:14:00 +10:00 |
Kevin Ring
|
6fb28fe9a0
|
When tileset fails to load, report all heights not sampled.
Instead of rejecting the promise.
|
2024-10-01 07:54:21 +10:00 |
Kevin Ring
|
d7bef249f1
|
Merge remote-tracking branch 'origin/main' into shared-assets
|
2024-09-30 21:04:40 +10:00 |
Kevin Ring
|
95840fe38d
|
Fix compile errors in tests.
|
2024-09-30 21:03:00 +10:00 |
Kevin Ring
|
ad18abfc03
|
Add sampleHeightMostDetailed test against a broken tileset.
|
2024-09-27 10:10:02 +10:00 |
Kevin Ring
|
63d6e4dd6d
|
heightSampled -> sampleSuccess.
|
2024-09-27 09:54:46 +10:00 |
Janine Liu
|
f7a75b1778
|
Merge branch 'main' into height-query
|
2024-09-25 17:05:54 -04:00 |
Ashley Rogers
|
4851ed2dc2
|
Fix test
|
2024-09-18 16:20:19 -04:00 |
Kevin Ring
|
7c167ee15a
|
Minor reorg and documentation.
|
2024-09-13 19:04:00 +10:00 |
Kevin Ring
|
d9ff8acb9b
|
Report a warning for unsupported extensions.
|
2024-09-13 16:16:31 +10:00 |
Kevin Ring
|
b7a42443dd
|
Height queries against implicit tilesets.
|
2024-09-11 21:50:40 +10:00 |
Kevin Ring
|
349bc22459
|
Add external and implicit tileset tests.
Implicit tileset test is currently failing.
|
2024-09-11 16:32:32 +10:00 |
Kevin Ring
|
0a9e7450d4
|
Add very basic height query tests.
|
2024-09-11 15:52:54 +10:00 |
Kevin Ring
|
770c5bbac1
|
Fix compile errors in tests.
|
2024-09-05 15:52:25 +10:00 |