Commit Graph

22 Commits

Author SHA1 Message Date
Kevin Ring 3e1bae1a87 Fixes for modern GH Actions, and old Catch2. 2025-02-15 11:05:22 +11:00
Kevin Ring 08f2dabb73 Fix parseGltfCopyright (again). 2025-02-15 10:25:36 +11:00
Kevin Ring e958c2444c More tests for copyright parsing, and make them pass. 2025-02-15 10:25:33 +11:00
Ashley Rogers 288fa198fa Fix trailing semicolon with whitespace 2025-02-15 10:25:11 +11:00
Ashley Rogers 82716af2af Fix exception when parsing copyright with trailing semicolon 2025-02-15 10:24:29 +11:00
Brian L 5817d88224 Only put stb resize into own our namespace (others can stay put) 2024-04-30 18:21:24 -06:00
Brian L ff60e4c2b5 Put STB in the Cesium namespace 2024-04-30 18:10:41 -06:00
Sean Lilley 46c8b9e736
Merge pull request #860 from CesiumGS/build-tweaks
Improvements to the build process
2024-04-15 10:24:38 -04:00
Kevin Ring a3237c9195 Formatting. 2024-04-15 09:39:32 +10:00
Kevin Ring dd35563ff8 Tweaks for the tilers build.
* Use `ktx` library instead of `ktx_read`. The former includes writing
  ability, and there's no library that includes _just_ writing.
* Move STB image resize implementation code into CesiumGltfReader
  (instead of CesiumGltfContent).
2024-04-15 09:30:05 +10:00
Janine Liu 2cb26ebeeb Doc improvements and function flattening 2024-04-12 14:13:51 -04:00
Kevin Ring 528193f08b Add missing const. 2024-04-10 23:16:08 +10:00
Kevin Ring a04b315d9d More GltfUtilities tests. 2024-04-10 21:33:51 +10:00
Kevin Ring 5306abda97 Add GltfUtilities::getNodeTransform/setNodeTransform tests. 2024-04-10 19:40:01 +10:00
Kevin Ring eeeb304926 Various glTF helper functions. 2024-04-10 15:14:11 +10:00
Kevin Ring a900fa6489 Move TestImageManipulation.cpp to the right library. 2023-11-29 09:40:36 +11:00
Kevin Ring c77a0442c4 Fix another warning. 2023-11-18 19:37:05 +11:00
Kevin Ring 413f977e31 Fix clang warnings. 2023-11-18 19:35:25 +11:00
Kevin Ring b563542e20 Formatting. 2023-11-17 22:30:36 +11:00
Kevin Ring 791984c22c moveBufferContent, invertVCoordinate. 2023-11-17 14:12:21 +11:00
Kevin Ring 581d6c9ef6 Get raster overlay baking working. 2023-11-16 23:32:12 +11:00
Kevin Ring 761630d45a Add CesiumGltfContent library. 2023-11-15 17:20:08 +11:00