Commit Graph

275 Commits

Author SHA1 Message Date
Ashley Rogers 86a4bf7e53 Fix warnings ignored on headers with SYSTEM 2024-11-19 15:47:40 -05:00
Kevin Ring 89dfc44bdc Remove use of GSL.
Change gsl::span to std::span, and replace the few uses of gsl::narrow
with an alternative.
2024-11-06 15:16:03 +11:00
Kevin Ring e7c259bbcc Remove EarthGravitationalModel1996Grid::fromFile. 2024-08-30 10:33:39 +10:00
Tim Moore 71460d8f29 Add string header file includes
The version of MSVC on github MSVC 19.41.34120.0 seems to be more picky.
2024-08-28 20:39:34 +02:00
Kevin Ring 2fa8977b20 Another clang/gcc warning. 2024-08-22 21:34:43 +10:00
Kevin Ring 9bc872a691 Fix clang/gcc warnings. 2024-08-22 21:28:58 +10:00
Kevin Ring f2fb0a3a0f Improve unicode handling. 2024-08-22 21:24:29 +10:00
Kevin Ring 0e054360ea Remove unnecessary include from header. 2024-08-22 20:54:14 +10:00
Kevin Ring 6e0df8d4a5 A few more doc and constant tweaks. 2024-08-22 20:51:17 +10:00
Kevin Ring fabc0a1cc2 Minor cleanup. 2024-08-22 20:40:31 +10:00
Kevin Ring 749715af51 Merge remote-tracking branch 'origin/main' into egm96 2024-08-22 15:30:47 +10:00
Kevin Ring b1d7da4795 Small tweaks, and update CHANGES.md. 2024-08-15 11:47:40 +10:00
Kevin Ring 1fcdeadfd9 Merge remote-tracking branch 'origin/main' into vcpkg-swl 2024-08-02 19:45:58 +10:00
Brian L 7cda07f420 Remove occurrences of including <glm/mat4x4.hpp> in header files 2024-07-09 09:25:27 -06:00
Kevin Ring 7c9ea84178 Merge remote-tracking branch 'origin/main' into vcpkg-swl 2024-07-02 17:39:20 +10:00
Ashley Rogers f37884d927 Format 2024-06-21 15:51:26 -04:00
Ashley Rogers 70a1cf84ce Update EGM96 class based on review 2024-06-21 15:50:33 -04:00
Ashley Rogers 7587919284 Merge branch 'main' of github.com:CesiumGS/cesium-native into egm96 2024-06-21 13:51:21 -04:00
Ashley Rogers 9279bf19b0
Merge branch 'main' into cartographic-equals 2024-06-21 11:05:47 -04:00
Kevin Ring ff96b9b07a
Merge pull request #874 from CesiumGS/forced-assertions
Add ability to force assertions
2024-06-21 16:12:56 +10:00
Ashley Rogers 11f9c0f3e5 Fix more review feedback 2024-06-20 14:21:49 -04:00
Sean Lilley 797df91a19 Added equality operator for Cartographic 2024-06-20 14:17:26 -04:00
Brian L 74653140f3 Rename to CESIUM_ASSERT 2024-06-20 10:14:38 -06:00
Brian L 91300f9a61 update from main 2024-06-20 09:54:52 -06:00
Ashley Rogers 65dda8335d Respond to review, cut down on stored ellipsoids 2024-06-14 15:33:47 -04:00
Ashley Rogers b4742c40db Fix initialization order issues 2024-06-11 14:41:17 -04:00
Ashley Rogers f332464b30 Merge with main 2024-06-06 16:57:20 -04:00
Ashley Rogers d961a40e3d Remove as many WGS84 defaults as possible. 2024-06-06 16:53:48 -04:00
Kevin Ring ca42500d54 Merge remote-tracking branch 'origin/main' into vcpkg-2 2024-06-05 14:06:47 +10:00
Kevin Ring 8140e6dfd2 Various quantized-mesh related improvements. 2024-05-22 18:22:20 +10:00
Brian L 47414f09fb Make our ASSERT macro. Move everything to use this. 2024-05-03 12:50:50 -06: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
Ashley Rogers 660436f978 Remove mapLatitude, mapLongitude methods 2024-03-22 13:19:02 -04:00
Ashley Rogers 3f866b3e28 Fix unused variable 2024-03-21 16:06:19 -04:00
Ashley Rogers 68124e2805 Fix more conversion errors 2024-03-21 16:01:14 -04:00
Ashley Rogers bbab6b4b1d Fix index conversion 2024-03-21 15:53:46 -04:00
Ashley Rogers d1f9d16a96 Fix sign conversion errors 2024-03-21 15:48:54 -04:00
Ashley Rogers 98d7ee6bba Fix case of include 2024-03-21 15:44:19 -04:00
Ashley Rogers 175d53814f Format 2024-03-21 14:34:26 -04:00
Ashley Rogers 486dabe821 Merge branch 'main' of github.com:CesiumGS/cesium-native into egm96 2024-03-21 14:33:30 -04:00
Ashley Rogers 8e9713ad70 EGM96 grid implementation 2024-03-21 14:33:21 -04: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
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
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
Kevin Ring 15b273a701 Add another globe anchor test. 2023-02-14 16:27:17 +11:00
Kevin Ring 65e6efc3bc Beginning of GlobeAnchor implementation. 2023-02-13 22:01:01 +11:00
Kevin Ring 9988633ccf Don't try to upsample tiles with no geometry. 2022-11-01 13:04:54 +11:00
Kevin Ring 47d1f84e25 Improve doc. 2022-09-22 18:22:20 +10:00
Kevin Ring e38ac90d61 Fix improper scaling matrix. 2022-09-22 18:20:35 +10:00
Kevin Ring 65d05c5c13 Add LocalHorizontalCoordinateSystem. 2022-09-22 17:43:52 +10:00
Kevin Ring e644f12851 Formatting. 2022-03-01 20:44:13 +11:00
Kevin Ring c8cff61f11 Update CHANGES.md. 2022-03-01 20:05:56 +11:00
Kevin Ring 7efd09db05 Merge remote-tracking branch 'origin/main' into ue5 2022-02-24 10:48:11 +11:00
Nithin Pranesh 56ffcd56ca format 2022-02-01 12:36:09 -05:00