Commit Graph

2886 Commits

Author SHA1 Message Date
Nithin Pranesh 9ff9616e40
Merge pull request #522 from CesiumGS/travis-ci
Fix clang Travis ci
2022-07-01 12:52:17 -04:00
Bao Tran 1e620c547b remove unneeded command 2022-07-01 11:45:29 -04:00
Bao Tran 88d3467314 fix travis ci 2022-07-01 11:26:43 -04:00
Nithin Pranesh cbb0db1111 fix changes, bump package.json version 2022-07-01 10:22:30 -04:00
Nithin Pranesh f4afe6c7e8
Merge pull request #519 from CesiumGS/empty-copyright
Fix crash when copyright string is empty
2022-07-01 10:17:27 -04:00
Joseph Kaile 0162e612d1 simply skips parsing copyright if its size is zero 2022-06-30 12:37:41 -04:00
Kevin Ring 52b181f94d Tweak CHANGES.md. 2022-06-01 14:32:52 +10:00
Kevin Ring f18ee60c43
Merge pull request #503 from CesiumGS/upsampling-first-overlay
Upsample using first overlay with more detail
2022-06-01 04:31:47 +00:00
Kevin Ring 84c5aca087 Bump to v0.16.0. 2022-06-01 14:29:43 +10:00
Kevin Ring df9d98d5be
Merge pull request #509 from CesiumGS/ignore-bounds
Ignore layer.json "bounds" property.
2022-06-01 04:28:09 +00:00
Kevin Ring b728164cb2 Ignore layer.json "bounds" property. 2022-06-01 13:45:24 +10:00
Joseph Kaile 3be6aa0bd2 Updated CHANGES.md 2022-05-27 13:03:26 -04:00
Joseph Kaile 4dcef84b39 Merge branch 'main' into upsampling-first-overlay 2022-05-27 12:42:31 -04:00
Joseph Kaile 8b18f6bef4 removed comments 2022-05-27 12:41:10 -04:00
Joseph Kaile 3cb2ce3db3 fixed tests 2022-05-27 12:34:36 -04:00
Kevin Ring 511e5df8b4
Merge pull request #504 from CesiumGS/exclude-outside-polygons
Add option to invert polygon selections
2022-05-27 03:42:35 +00:00
Nithin Pranesh 480a654bbc apply recommended improvement, changes 2022-05-26 09:30:23 -04:00
Kevin Ring e65cf93295 Add a comment clarifying something that wasn't obvious to me in review. 2022-05-26 23:12:31 +10:00
Kevin Ring f92aeb0a87 Slightly cleaner/more efficient array initialization. 2022-05-26 17:10:58 +10:00
Nithin Pranesh 4720ce894a remove the computeCoverageRectangle function which is now unused 2022-05-23 09:30:29 -04:00
Nithin Pranesh 52e2016e39 excluding tiles outside polygons working 2022-05-19 00:13:53 -04:00
Joseph Kaile 060ddd57fd avoid unnecessary copying of model, just to make an optional [ci skip] 2022-05-18 15:14:54 -04:00
Nithin Pranesh a01998c078 gcc / clang werror fix 2022-05-17 17:59:24 -04:00
Nithin Pranesh 7e89563069 option to flip RasterizedPolygonsOverlay/TileExcluder 2022-05-17 17:36:14 -04:00
Joseph Kaile 454e1cf030 change upsample gltf function to return std::optional<Model> if all primitives are clipped 2022-05-17 15:30:04 -04:00
Joseph Kaile c6d6adbb65 Revert "make sure that the bounds really do get computed when calling create texture coordinates"
This reverts commit 2c8f3bf394.
2022-05-17 15:01:29 -04:00
Joseph Kaile 2c8f3bf394 make sure that the bounds really do get computed when calling create texture coordinates 2022-05-16 16:48:03 -04:00
Joseph Kaile d0b0d61cbf replaced calls to Update with new function, 'isMoreDetailAvailable' 2022-05-16 15:21:43 -04:00
Joseph Kaile 3a3f92bfc7 make sure that projection used for bbox calculation and upsample are the same 2022-05-13 19:10:41 -04:00
Joseph Kaile 26d46ad3cf Revert "subdivide children and upsample children using the first raster tile"
This reverts commit 037f2c806d.
2022-05-13 16:28:47 -04:00
Joseph Kaile be572e3900 Merge branch 'main' into upsampling-first-overlay 2022-05-13 14:40:26 -04:00
Kevin Ring 186bbdf22a Bump version, update CHANGES.md. 2022-05-13 12:11:11 +10:00
Kevin Ring a9afbd1112
Merge pull request #502 from CesiumGS/fix-missing-rectangle
Fix for missing rectangle for projection
2022-05-13 01:59:02 +00:00
Joseph Kaile 037f2c806d subdivide children and upsample children using the first raster tile
with more detail available
2022-05-12 17:12:50 -04:00
Joseph Kaile cf1d6653ee add the corresponding rectangle when adding the new projection 2022-05-12 13:27:00 -04:00
Shehzan Mohammed b248359c99
Merge pull request #498 from CesiumGS/thirdparty-updates
Third party library update
2022-05-10 20:52:25 -04:00
Kevin Ring c8178c6b05
Merge pull request #500 from CesiumGS/upsample-implicit-projection
Fix terrain holes when using terrain cutout with no other layers
2022-05-11 00:46:49 +00:00
Joseph Kaile f85258bad5 make sure parent region is never dereferenced when nullpointer 2022-05-10 17:53:03 -04:00
Joseph Kaile 22382ca92a address pull request comments 2022-05-10 17:32:06 -04:00
Joseph Kaile 70d94bbfa4 move code to generate texture coordinates in upsample parent 2022-05-10 17:19:52 -04:00
Joseph Kaile 2e8d119f6c update CHANGES.md 2022-05-09 17:34:24 -04:00
Joseph Kaile 58af362564 pass in the already computed parent bounds, which was crucial for generating correct uvs 2022-05-09 17:28:27 -04:00
Joseph Kaile 4489f5b900 upsample parent tile based on a selected overlay index 2022-05-09 13:32:48 -04:00
Joseph Kaile e1880746ce get texture coordinate index of implicit context projection 2022-05-09 12:30:27 -04:00
Joseph Kaile 11b06edc9a generate implicit context projection uvs on the parent tile 2022-05-09 12:08:09 -04:00
Kevin Ring 06e8e26cfe Address review comments. 2022-05-06 13:49:16 +10:00
Kevin Ring 798e0591fe Downgrade cpp-httplib to v0.10.3.
Later versions up to v0.10.6 have warnings in VS2017 that get treated as
errors and break our build.
2022-05-06 13:32:04 +10:00
Kevin Ring c169008582 Update third party libraries and thirdparty.json. 2022-05-06 12:28:54 +10:00
Kevin Ring 31cdbeeeb7 Bump to v0.15.1. 2022-05-05 08:53:32 +10:00
Nithin Pranesh 9b3ee182dd
Merge pull request #496 from CesiumGS/kick-external
Don't kick external tileset children.
2022-05-03 11:02:48 -04:00