Commit Graph

4558 Commits

Author SHA1 Message Date
Janine Liu e868c5c85b
Update CHANGES.md for new version 2024-03-29 21:06:40 -04:00
Janine Liu e0a1bea596
Merge pull request #831 from CesiumGS/fix-compute-load-progress-main-thread-q
Fix Tileset::ComputeLoadProgress incorrectly reporting done, when main thread loading exists
2024-03-29 21:03:49 -04:00
Janine Liu fd742c2490 Update changelog 2024-03-29 20:37:51 -04:00
Janine Liu 54cd7acf8c Merge branch 'main' into fix-compute-load-progress-main-thread-q 2024-03-29 20:36:04 -04:00
Brian Langevin bcdf4b6b43
Merge pull request #827 from CesiumGS/add-position-accessor
Add `PositionAccessorType` to `AccessorUtility.h`
2024-03-27 16:11:24 -06:00
Brian Langevin 11898170ae
Merge branch 'main' into add-position-accessor 2024-03-27 15:51:35 -06: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
Brian Langevin 065f5ab321
Merge pull request #826 from CesiumGS/add-barycentric-computation
Add `pointInTriangle` for 3D triangles + output for barycentric coordinates
2024-03-26 12:18:06 -06:00
Brian L 11d8a6daa4 Build reverse winding tests into all tests (and remove explicit tests for this) 2024-03-26 10:57:47 -06:00
Brian L 6bf2972d7c Add performance note 2024-03-26 10:44:38 -06:00
Germán Marquès 7b1f19ccbb Fix typos in param names 2024-03-26 12:34:45 +01:00
Brian Langevin 10484ee04b
Merge pull request #836 from CesiumGS/revert-816-spdlog-upgrade
Revert "Upgrade spdlog"
2024-03-22 14:15:34 -06:00
Brian Langevin 5da55c23b3
Revert "Upgrade spdlog" 2024-03-22 14:14:38 -06:00
Brian Langevin ad6ef90102
Merge pull request #816 from Klebert-Engineering/spdlog-upgrade
Upgrade spdlog
2024-03-22 13:51:24 -06:00
Janine Liu e0ec2ddda2 Merge branch 'add-barycentric-computation' of github.com:CesiumGS/cesium-native into add-barycentric-computation 2024-03-22 10:31:53 -04:00
Janine Liu 410d3eff14 Formatting 2024-03-22 10:31:42 -04:00
Janine Liu 5762022f34
Merge branch 'main' into add-barycentric-computation 2024-03-22 10:30:33 -04:00
Janine Liu a8e4770dc9 Add tests for degenerate triangles 2024-03-22 10:29:17 -04:00
Brian Langevin e61d36f910
Merge pull request #824 from CesiumGS/tile-bounding-volumes
Add some new bounding volume related helper functions
2024-03-21 16:31:46 -06:00
Brian Langevin d302a807bb
Merge branch 'main' into tile-bounding-volumes 2024-03-21 15:14:14 -06:00
Janine Liu dcda68f9fc Replace with explicit references to corner 2024-03-21 16:48:00 -04:00
Janine Liu 2a9716b18d Reorganize unit tests and improve comments 2024-03-21 15:38:44 -04:00
Brian L 4054b57789 Fix last test duplicating previous test. Add more test comments 2024-03-21 11:18:57 -06:00
Janine Liu 201a5f3e57 Remove unused line 2024-03-21 12:16:05 -04:00
Janine Liu edfc75a1bf Fix if checks for clarity 2024-03-21 11:26:46 -04:00
Janine Liu c3188ad0a7 Remove extra part of check 2024-03-21 10:20:05 -04:00
Janine Liu be0823791a Add extra check 2024-03-21 10:19:08 -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
Brian Langevin ccc29d0362
Merge branch 'main' into add-barycentric-computation 2024-03-20 13:23:29 -06:00
Janine Liu ca7be0d3d8
Merge pull request #829 from CesiumGS/gcc-13
Fix compiling in GCC 13
2024-03-19 17:59:04 -04:00
Brian Langevin d546922a2a
Merge pull request #830 from CesiumGS/ellipsoid-curve-negative-heights
Fix `SimplePlanarEllipsoidCurve` when one of the points has a negative height
2024-03-18 10:39:05 -06:00
Ashley Rogers c9bf319961 Update CHANGES.md 2024-03-15 10:09:59 -04:00
Brian Langevin 5faed875f1
Update CHANGES.md 2024-03-14 11:08:00 -06:00
Brian L d32a017010 Fix early reporting of completion, when main thread tile loads still exist 2024-03-14 10:54:47 -06:00
Ashley Rogers 436fee1bb5 Remove unused variable in test. 2024-03-13 10:49:02 -04:00
Sean Lilley 3085144bd2 Add PRIVATE 2024-03-13 08:56:37 -04:00
Sean Lilley 4e446c4a5a Only disable warning in GCC 13 2024-03-13 08:56:00 -04:00
Sean Lilley 06b6d4fdb7 Add -Wno-dangling-reference to CMake 2024-03-13 08:36:59 -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
Sean Lilley 2bb28a1335 Fix compiling in gcc-13 2024-03-11 10:47:14 -04:00
Janine Liu d7ec272bdf Fix CI errors 2024-03-04 17:07:43 -05:00
Janine Liu 5275704238 Update changelog + add unit test 2024-03-04 16:52:14 -05:00
Janine Liu ef2a045a64 Merge branch 'add-barycentric-computation' into add-position-accessor 2024-03-04 15:52:43 -05:00
Janine Liu 97d54ad2ac Fix comment and update changelog 2024-03-04 15:43:38 -05:00
Janine Liu 6b850d2731 Fix typo 2024-03-04 15:21:44 -05:00
Janine Liu 4d53694f79 Add PositionAccessorType 2024-03-04 14:24:27 -05:00
Kevin Ring c055006d3d Add some new bounding volume related helpers. 2024-03-04 19:04:20 +11:00
Janine Liu 734992a3d2 Add pointInTriangle for 3D coordinates 2024-03-01 16:30:44 -05:00