Commit Graph

6095 Commits

Author SHA1 Message Date
Ashley Rogers f90bbfcc72 README formatting, no colors for target dependency graphs 2024-12-04 17:17:18 -05:00
Ashley Rogers 1efc8f4e8a <sub></sub>less 2024-12-04 17:03:37 -05:00
Ashley Rogers ce73e276d6 Table formatting 2024-12-04 17:01:43 -05:00
Ashley Rogers b14574434e Add screenshots 2024-12-04 16:59:33 -05:00
Janine Liu 4bd29dc7ef Add missing @params 2024-12-04 15:53:04 -05:00
Ashley Rogers 0574bb3b98 Add contributor information 2024-12-04 15:28:10 -05:00
Ashley Rogers bb365c8aee Dependency graph generation 2024-12-04 14:39:16 -05:00
Kevin Ring 7f80e06696 Add a guide to rendering 3D Tiles with Cesium Native. 2024-12-04 20:27:02 +11:00
Kevin Ring dd2952cced Merge remote-tracking branch 'origin/main' into ion-geocoder 2024-12-04 13:54:56 +11:00
Ashley Rogers 2cecb29249 Add other libraries to README 2024-12-03 15:45:30 -05:00
Sean Lilley 624f5b29c1
Merge pull request #1020 from CesiumGS/gltf-generation-source
Use cesium-native branch of CesiumGS/glTF as the code gen source.
2024-12-03 09:03:15 -05:00
Kevin Ring 201dd4e8bc Update CHANGES.md. 2024-12-03 18:48:44 +11:00
Kevin Ring b0066a30dd Overlay tiles with a subset do not have any more detail available. 2024-12-03 18:46:24 +11:00
Kevin Ring 7fdc99b26a Overlay tiles with a subset do not have more detail. 2024-12-03 18:41:39 +11:00
Kevin Ring c5404e5b75 Use cesium-native branch of CesiumGS/glTF as the code gen source. 2024-12-03 10:55:18 +11:00
Ashley Rogers 3a3af57db6
Merge pull request #1012 from CesiumGS/thread-safety-doc
Add documentation for AsyncSystem and for our multi-threading policy
2024-12-02 15:06:04 -05:00
Ashley Rogers 79db914f5d Use GitHub release for Doxygen binaries 2024-12-02 14:42:35 -05:00
Ashley Rogers f678ff8f2e Update CHANGES.md 2024-12-02 14:38:22 -05:00
Ashley Rogers eccca564df Merge from main 2024-12-02 14:35:27 -05:00
Ashley Rogers 745b661fc7 Fix clang error 2024-12-02 14:29:02 -05:00
Ashley Rogers 912184b997 Add constructors 2024-12-02 14:25:08 -05:00
Ashley Rogers ef8e0499fc Merge branch 'main' of github.com:CesiumGS/cesium-native into ion-geocoder 2024-12-02 14:11:09 -05:00
Ashley Rogers 3d349b825f Add Cesium ion geocoder to CesiumIonClient::Connection 2024-12-02 14:10:28 -05:00
Kevin Ring 1ece56deca Bump to v0.42.0. 2024-12-02 07:29:07 +11:00
Kevin Ring 24a2bdca2b
Merge pull request #1008 from CesiumGS/fix-gcc13
Fix compiler error on GCC 13
2024-12-02 07:16:58 +11:00
Kevin Ring a836e270fb
Merge pull request #1018 from CesiumGS/invalid-byte-stride-crash
Report AccessorView as invalid when BufferView byteStride is negative.
2024-12-02 07:14:26 +11:00
Kevin Ring 1a7bbbd6c9 Report AccessorView as invalid when BufferView byteStride is negative. 2024-12-01 17:22:05 +11:00
Kevin Ring 40577a849f Use valid name for overlay triplet. 2024-11-30 18:06:11 +11:00
Kevin Ring 7c33642745 Build with macOS 13 for more RAM, and target 10.15. 2024-11-30 18:02:28 +11:00
Kevin Ring 896aa0b69b
Merge pull request #1016 from CesiumGS/shared-asset-fixes
Improve Cesium ion token refresh and fix some small shared asset problems
2024-11-30 08:50:54 +11:00
Kevin Ring 189e45837e Avoid double-check of pAsset against nullptr. 2024-11-29 23:56:26 +11:00
Kevin Ring 4018349f68 CHANGES.md, changes from self review. 2024-11-29 20:51:26 +11:00
Kevin Ring c91707ec12 More cleanup. 2024-11-29 19:53:33 +11:00
Kevin Ring e6b7e233d5 Remove unnecessary field from QuantizedMeshLoadResult. 2024-11-29 19:44:53 +11:00
Kevin Ring 97ee4f37e0 Comments and cleanup. 2024-11-29 19:28:32 +11:00
Kevin Ring e55b35c435 Re-add `Tileset::getExternals`. 2024-11-29 19:13:12 +11:00
Kevin Ring af821e11a4 Fix test failures. 2024-11-29 19:04:48 +11:00
Kevin Ring d19af4955d Better token refresh logging. 2024-11-29 18:05:18 +11:00
Kevin Ring c5a78dc7b0 Create cache hit request object with given url/headers.
Rather than the URL and headers present when the cache hit was
originally stored. Because the headers, especially, for the original
request may be outdated (such as including an expired Cesium ion token).
2024-11-29 17:51:35 +11:00
Kevin Ring 086903e60a Fix Clang / GCC warnings. 2024-11-29 07:46:35 +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
Kevin Ring 6ef197053f Several fixes for shared asset problems. 2024-11-28 18:31:42 +11:00
Kevin Ring 77d48d36a3
Merge pull request #1013 from CesiumGS/doxygen-warnings
Fix (some) warnings in generated documentation
2024-11-27 10:16:09 +11:00
Kevin Ring 8cc4d51873 Add generated include files to Doxygen path.
And remove an unnecessary namespace qualification now that Doxygen is
able to find the generated file.
2024-11-27 09:56:20 +11:00
Kevin Ring 73f8d8c987 Move markdown files into doc/topics. 2024-11-27 08:05:54 +11:00
Kevin Ring 6e067b14da Add missing colon. 2024-11-27 08:00:54 +11:00
Kevin Ring d07b5fa2ab AsyncSystem doc tweaks. 2024-11-27 07:18:35 +11:00
Kevin Ring b058294a7a Update CHANGES.md. 2024-11-27 07:18:21 +11:00
Kevin Ring 05a9196a19 Use remove_cvref_t instead of remove_reference_t for thenPassThrough. 2024-11-27 07:18:00 +11:00
Ashley Rogers ec7f1b68db Undo Doxygen CMake change 2024-11-26 14:30:15 -05:00