Tim Moore
2a284f5026
formatting and name change
2024-05-23 17:36:54 +02:00
Tim Moore
9af4cd7fa1
Add tests for CesiumUtility::Math::rotation and fix a bug
2024-05-23 16:46:29 +02:00
Tim Moore
068f70ed50
WIP responding to review comments
2024-05-17 12:24:31 +02:00
Tim Moore
5731d48998
Squash some CI compilation errors
...
Fix a real truncation issue, and some noise from overzealous gcc.
2024-05-07 16:27:42 +02:00
Tim Moore
1cd4ab750c
Modify Cesium3DTilesContent tests to use ConverterSubprocessor
...
Tests compile again.
2024-05-07 15:51:21 +02: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
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
262846e69b
Rename, doc, test, CHANGES.md.
2023-12-07 13:13:00 +11:00
Kevin Ring
37374b52ca
computeDesiredScreenPixels, example of glTF raster overlay baking.
2023-11-15 22:42:29 +11:00
Kevin Ring
84c48747ae
Move overlay tests.
2023-11-14 18:57: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
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
Kevin Ring
4e45bab460
Use angle brackets to #include catch2.
2021-07-04 22:57:11 +10: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