Kevin Ring
5dd83698f6
Add option to disable CesiumCurl library.
...
This is @azrogers work from:
https://github.com/CesiumGS/cesium-native/pull/1163
2025-07-01 11:00:06 -04:00
Kevin Ring
8541f77640
Add CesiumCurl library and UrlAssetAccessor class.
2025-06-04 07:58:05 +10:00
Ashley Rogers
bc33a5b330
Initial GeoJSON parser.
2025-04-02 17:18:53 -04:00
Ashley Rogers
fd581dc3d2
Test for CesiumITwinClient::Connection
2025-03-11 17:57:53 -04:00
Kevin Ring
fc8f124487
macOS fixes, especially to losslessNarrow.
2025-01-21 17:34:10 +11:00
Ashley Rogers
4e318925a5
Switch tests to doctest
2025-01-15 16:58:03 -05:00
Kevin Ring
fabc0a1cc2
Minor cleanup.
2024-08-22 20:40:31 +10:00
Kevin Ring
ca42500d54
Merge remote-tracking branch 'origin/main' into vcpkg-2
2024-06-05 14:06:47 +10:00
Kevin Ring
5306abda97
Add GltfUtilities::getNodeTransform/setNodeTransform tests.
2024-04-10 19:40:01 +10:00
Kevin Ring
30f5d14864
CesiumLegacyTerrain -> CesiumQuantizedMeshTerrain.
2024-04-10 14:07:11 +10:00
Kevin Ring
57a9ed3e2c
Move QuantizedMeshLoader to CesiumLegacyTerrain.
2024-04-04 22:15:11 +11:00
Bradley Austin Davis
24d783fb01
Migrate dependencies to vcpkg
2024-02-24 00:37:37 +00:00
Kevin Ring
c341a72806
Revert "Merge pull request #786 from jherico/feature-vcpkg"
...
This reverts commit 198ed9d4b4 , reversing
changes made to 09c1eb76b4 .
2024-02-23 09:08:15 +11:00
Bradley Austin Davis
f1a6fe86c5
fixup! fixup! Migrating dependencies to vcpkg
2024-02-02 11:58:37 -08:00
Bradley Austin Davis
e20c154c55
Migrating dependencies to vcpkg
2024-02-02 10:40:59 -08:00
Kevin Ring
84c48747ae
Move overlay tests.
2023-11-14 18:57:47 +11:00
Kevin Ring
c561b6407c
Move more functionality to Cesium3DTilesContent.
2023-11-02 19:48:57 +11:00
Kevin Ring
c68207a6a4
Add MetadataQuery class.
2023-08-23 11:30:06 +10:00
Kevin Ring
6e0628f7b9
Use v2 of the Cesium ion tokens API.
2022-01-20 11:40:38 +11:00
Sean Lilley
46ca634d77
Added Cesium3DTilesWriter
2022-01-19 18:43:51 +11:00
Kevin Ring
1acc9039e5
Re-add CesiumAsync and CesiumGeometry tests.
2021-10-12 22:38:09 +11:00
Sean Lilley
254d3bfa6a
Merge branch 'fix-includes' into add-cesium3dtilesreader
2021-10-11 17:51:50 -04:00
Sean Lilley
ba737fded3
Remove Cesium3DTiles from CesiumNativeTests since there are no source files anymore
2021-10-11 17:11:29 -04:00
Sean Lilley
471bc06c24
Add Cesium3DTilesReader
2021-10-10 22:11:26 -04:00
Sean Lilley
4dbe87294f
Add Cesium3DTiles project
2021-10-10 18:20:15 -04:00
Daniel Krupka
8b3bb34827
Rename Cesium3DTiles -> Cesium3DTilesSelection
2021-07-30 11:45:37 -04:00
Samuel Vargas
f643405726
Add CesiumGltfWriter
2021-03-05 07:41:16 -05:00
Shehzan Mohammed
7a1d9df818
Remove private flag from tests
2021-03-03 21:32:20 -05:00
Shehzan Mohammed
3faff010d7
Installing thirdparty deps working on linux
2021-03-03 20:47:31 -05:00
Samuel Vargas
05638d6c73
Add ctest support back in
2021-03-02 15:15:59 -05:00
Samuel Vargas
5d03477551
Rearchitecture cesium-native's CMake structure
...
This is necessary to support using cesium-native as submodule in
in asset-pipeline
- `draco` and `sqlite3` are guarded with if target blocks to allow
asset-pipeline to provide their own version of the targets.
- Tests are now a dedicated target that clients don't have to build
- Test sources / headers are now a target property instead of using the $<BUILD_INTERFACE... hack
- Added common include variables in extern/CMakeLists.txt
- Defined `RAPIDJSON_HAS_CXX11_RVALUE_REFS` for move support for RapidJson
- Private include directories are automatically extracted via CMake magic
for use in catch tests
- Globbing is now wrapped in a dedicated function that allows one to use
CONFIGURE_DEPENDS depending on their preferences (defaults to OFF)
to retain the old behavior.
2021-03-02 14:28:04 -05:00