Commit Graph

2409 Commits

Author SHA1 Message Date
Kevin Ring 0eaed9270f Fix mac segfault by putting repeated types in unnamed namespace. 2021-11-24 19:19:56 -05:00
Kevin Ring 654568bd1e Update CHANGES.md. 2021-11-24 20:54:00 +11:00
Kevin Ring 80beadde94
Merge pull request #404 from lyhkop/main
set indices accessor offset value to 0 after decode draco mesh
2021-11-24 20:52:13 +11:00
lyhkop 36ac3f3ea0
Merge branch 'CesiumGS:main' into main 2021-11-24 08:55:46 +08:00
Kevin Ring c3916567b6 Fix clang warning. 2021-11-23 23:10:57 +11:00
Kevin Ring c77eba0fd9 Eliminate errors with empty primitives. 2021-11-23 22:16:27 +11:00
Kevin Ring abda4f02e0 Merge remote-tracking branch 'origin/main' into bad-upsample-tex-coords 2021-11-23 21:41:30 +11:00
Kevin Ring dc19ca89cf
Merge pull request #390 from CesiumGS/implicit-s2
Integrate S2 Bounding Volume With Implicit Tiling
2021-11-23 21:37:14 +11:00
Kevin Ring 9311d04bd0 Clean up includes. 2021-11-23 21:12:06 +11:00
Kevin Ring 096701fa17 More cleanup. 2021-11-23 21:09:45 +11:00
Kevin Ring fe7b82bdd6 Merge remote-tracking branch 'origin/main' into implicit-s2 2021-11-23 20:34:50 +11:00
Kevin Ring 2d5538ab5a Fix clang warnings. 2021-11-23 17:10:22 +11:00
Kevin Ring 2ad07bfd32 Update CHANGES.md. 2021-11-23 16:54:53 +11:00
Kevin Ring 2f0c6cc5ad Use better impl for computeBoundingRegion, too. 2021-11-23 16:48:17 +11:00
Kevin Ring 3707b402bd Much more accurate subdivision for raster overlays. 2021-11-23 16:38:44 +11:00
lyhkop 1bb719ae22
Merge branch 'CesiumGS:main' into main 2021-11-23 07:10:56 +08:00
Kevin Ring 787dfec106 Add GlobeRectangle::expandToIncludePosition, improve stability. 2021-11-22 23:20:45 +11:00
lyhkop c1b11a1d29 set indices accessor offset value to 0 after decode draco mesh 2021-11-22 17:34:47 +08:00
Kevin Ring f3b2dc7d54 Formatting. 2021-11-22 09:02:22 +11:00
Kevin Ring eb8d3dcc88
Merge pull request #401 from lyhkop/main
draco mesh vertices number maybe greater than attribute accessor count
2021-11-22 08:53:14 +11:00
Kevin Ring 83d1329bc3
Update decodeDraco.cpp 2021-11-22 08:51:39 +11:00
Kevin Ring 6e7341f5d3
Update CHANGES.md 2021-11-22 08:50:15 +11:00
Kevin Ring a4d378e714
Update CHANGES.md 2021-11-22 08:49:37 +11:00
lyh 6356e5494a draco mesh vertices number maybe greater than attribute accessor count 2021-11-21 14:43:06 +08:00
Kevin Ring a3da758200 Partial fix for broken upsampling with raster overlays. 2021-11-19 22:34:44 +11:00
Kevin Ring e8cac1748a
Merge pull request #355 from CesiumGS/implicit-tiling
Support 3DTILES_implicit_tiling
2021-11-18 23:07:23 +11:00
Kevin Ring 2456b81d64 Formatting. 2021-11-18 22:31:19 +11:00
Kevin Ring c43bfcb3a7 Small tweaks from review. 2021-11-18 22:05:59 +11:00
Kevin Ring 7456f06e59 Fix macOS test failures. 2021-11-17 23:20:21 -05:00
Kevin Ring 67c395ff28
Merge pull request #397 from CesiumGS/trace-fix
Fix compiler error when tracing shared future
2021-11-18 13:24:19 +11:00
Nithin Pranesh 4587f49618 Merge branch 'implicit-tiling' into implicit-s2 2021-11-17 11:25:18 -05:00
Nithin Pranesh dddf9c1cee clarify logic in addTileToLoadQueue 2021-11-17 11:22:44 -05:00
Nithin Pranesh 1ec0fbe625 fix nullptr context crash, recombine loadContent and continueLoading 2021-11-17 09:43:43 -05:00
Nithin Pranesh b68d3bfdf4 fix bug from merge 2021-11-17 02:40:52 -05:00
Nithin Pranesh 59f15a35c8 Merge branch 'implicit-tiling' into implicit-s2 2021-11-17 01:57:02 -05:00
Nithin Pranesh a8582e0989 QuadtreeAvailability and OctreeAvailability classes don't need tiling scheme 2021-11-17 01:54:47 -05:00
Nithin Pranesh a7765dfbc0 Merge branch 'implicit-tiling' into implicit-s2 2021-11-17 01:41:39 -05:00
Nithin Pranesh 1ac74f4504 Only load available content, add clear pre/post conditions for loadContent
I think the Tile loading state space is slightly clearer now for cases where
content is unavailable, including in implicit tilesets.
2021-11-17 01:26:04 -05:00
Nithin Pranesh 18c55e732d use const references for ImplicitTraversalInfo 2021-11-16 20:43:04 -05:00
Nithin Pranesh cb5ca8b8c5 remove needless move semantics on ImplicitTraversalInfo 2021-11-16 14:59:45 -05:00
Nithin Pranesh 592cd2ae96 re-add accidentally deleted comment 2021-11-16 14:33:02 -05:00
Bao Tran e88cd67476 fix compiler error for shared future 2021-11-16 13:09:30 -05:00
Nithin Pranesh 7d7e0d7503 don't create subtree node until loading begins 2021-11-16 12:18:59 -05:00
Nithin Pranesh 2251b5e7f1 format 2021-11-16 07:56:11 -05:00
Nithin Pranesh 968285d5cb
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/TileContentLoadResult.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:36:00 -05:00
Nithin Pranesh 58a8745203
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/TileContext.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:35:37 -05:00
Nithin Pranesh 40eb126f89
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/TileContentLoadResult.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:35:23 -05:00
Nithin Pranesh e5e5b08964
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/ImplicitTraversal.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:35:10 -05:00
Nithin Pranesh 65eab0cd53
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/ImplicitTraversal.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:35:05 -05:00
Nithin Pranesh 78fa9285ca
Update Cesium3DTilesSelection/include/Cesium3DTilesSelection/ImplicitTraversal.h
Co-authored-by: Kevin Ring <kevin@kotachrome.com>
2021-11-16 07:34:58 -05:00