Commit Graph

185 Commits

Author SHA1 Message Date
Kevin Ring 8140e6dfd2 Various quantized-mesh related improvements. 2024-05-22 18:22:20 +10:00
Brian L 3c196f8fb5 Add some more tests, comments 2024-04-19 15:35:23 -06:00
Kevin Ring 462a26a20d Fix merge error. 2024-04-11 06:53:12 +10:00
Kevin Ring b064d293d1
Merge branch 'main' into split-at-antimeridian 2024-04-10 16:51:39 -04:00
Janine Liu 40f16b1722 Add GlobeRectangle equals and equalsEpsilon 2024-04-10 11:01:57 -04:00
Kevin Ring da3cc70b91 Compare fields instead of using memcmp. 2024-04-05 22:36:12 +11:00
Kevin Ring 928a971b86 More GCC-friendly use of memcmp. 2024-04-05 20:52:27 +11:00
Kevin Ring 8695ec5fed Formatting. 2024-04-05 19:31:23 +11:00
Kevin Ring 22261ab5d9 Add tests and changelog. 2024-04-05 18:56:14 +11:00
Kevin Ring 2f199e3450 Add GlobeRectangle::splitAtAntiMeridian, use in createRasterOverlayTextureCoordinates 2024-04-05 18:31:30 +11:00
Kevin Ring 02b2175052 Add tests and changelog. 2024-04-05 18:23:51 +11:00
Kevin Ring d192cb1e8f Add BoundingRegionBuilder::toGlobeRectangle. 2024-04-05 18:23:38 +11:00
Kevin Ring c365162d17 Revert "Add tests and changelog."
This reverts commit 1133416714.
2024-04-05 18:22:37 +11:00
Kevin Ring 2f7f0773b2 Revert "Add BoundingRegionBuilder::toGlobeRectangle."
This reverts commit 8ed1b690a3.
2024-04-05 18:22:29 +11:00
Kevin Ring 1133416714 Add tests and changelog. 2024-04-05 18:19:26 +11:00
Kevin Ring 8ed1b690a3 Add BoundingRegionBuilder::toGlobeRectangle. 2024-04-05 18:10:39 +11:00
Brian Langevin 5efd7ba94f
Merge pull request #838 from photopills/fix/typo
Fix Typo in param names
2024-03-26 14:44:40 -06:00
Germán Marquès 7b1f19ccbb Fix typos in param names 2024-03-26 12:34:45 +01:00
Janine Liu 86216d905f Merge branch 'add-barycentric-computation' of github.com:CesiumGS/cesium-native into add-barycentric-computation 2024-03-20 20:12:55 -04:00
Janine Liu 3f4248e04e Rename function, other minor edits 2024-03-20 20:12:43 -04:00
Ashley Rogers 436fee1bb5 Remove unused variable in test. 2024-03-13 10:49:02 -04:00
Ashley Rogers 8e5584a1a0 Fix formatting 2024-03-12 11:08:00 -04:00
Ashley Rogers 9ed766306b Fix ellipsoid curve when point has negative height. 2024-03-12 11:00:22 -04: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
Ashley Rogers 10753a931f
Merge branch 'main' into feature-vcpkg 2024-02-20 13:44:11 -05:00
Sean Lilley 7022b955a1 Fix estimateGlobeRectangle for boxes and sphere that encompass the entire globe 2024-02-09 10:16:28 -05:00
Ashley Rogers 36b9a0716c Add new tests 2024-02-05 10:21:23 -05:00
Bradley Austin Davis 20f09efc59 fixup! fixup! fixup! Migrating dependencies to vcpkg 2024-02-02 11:59:02 -08:00
Bradley Austin Davis e20c154c55 Migrating dependencies to vcpkg 2024-02-02 10:40:59 -08:00
Ashley Rogers 0d6d070f5b Added new tests 2024-01-31 13:38:10 -05:00
Ashley Rogers 15ccb3cd9e Change SimplePlanarEllipsoidCurve to take an Ellipsoid 2024-01-31 11:53:15 -05:00
Ashley Rogers f8616e6c65 Update based on review, rename files 2024-01-31 10:24:37 -05:00
Ashley Rogers 13a6e60ba4 Format code 2024-01-29 14:59:23 -05:00
Ashley Rogers ce7b63ebb5 Small fixes to GlobeFlightPath 2024-01-29 13:59:30 -05:00
Ashley Rogers 95d4fde887 Add class to calculate fly-to paths 2024-01-26 13:31:16 -05:00
Kevin Ring dff7e61171 Create CesiumRasterOverlays library. 2023-11-14 18:29:47 +11:00
Kevin Ring c561b6407c Move more functionality to Cesium3DTilesContent. 2023-11-02 19:48:57 +11:00
Kevin Ring e8525be4fe Update doc. 2023-08-24 15:35:53 +10:00
Kevin Ring ada43f0950 Fix clang warnings. 2023-08-02 10:57:04 +10:00
Kevin Ring ef58d31fa0 Add LocalHorizontalCoordinateSystem constructors taking matrices. 2023-07-28 22:59:58 +10:00
Kevin Ring 7e178f2c10 Small optimization to LocalHorizontalCoordinateSystem construction. 2023-05-24 19:10:27 +10:00
Kevin Ring 1c3f930e6f Add test and update CHANGES.md. 2023-05-24 18:52:31 +10:00
Kevin Ring c773d1000b Add method to transform between LocalHorizontalCoordinateSystems. 2023-05-24 18:40:06 +10:00
Janine Liu 3024720c3b Fix typo and test file name 2023-02-24 16:33:33 -05:00
Kevin Ring e83051d313 Remove another unused local. 2023-02-21 16:54:49 +11:00
Kevin Ring b06fe1675d Remove unused locals. 2023-02-21 16:33:16 +11:00
Kevin Ring d762568643 Fix test failure, update CHANGES.md. 2023-02-21 16:14:07 +11:00
Kevin Ring 0ab860f728 Add computeTranslationRotationScaleFromMatrix. 2023-02-15 18:27:27 +11:00
Kevin Ring 9696881157 Clean up doc comment. 2023-02-15 15:58:21 +11:00
Kevin Ring e054932bcf Add test for orientation adjustment. 2023-02-14 18:08:47 +11:00