Commit Graph

1191 Commits

Author SHA1 Message Date
Kevin Ring d8cfd2c0a8
Merge pull request #207 from CesiumGS/watermask
Watermask
2021-05-03 18:55:05 +10:00
Kevin Ring f9aba251e1 Don't request the water mask if it's not needed. 2021-05-03 18:09:34 +10:00
Kevin Ring 48c289948e Tweak CHANGES.md. 2021-05-03 16:53:29 +10:00
Bao Tran f2e5439240 update release date for CHANGE.md 2021-05-03 02:11:32 -04:00
Kevin Ring 2b10dff799 Add TileContentLoadInput.cpp, remove Tileset.h from the header. 2021-05-03 15:55:30 +10:00
Kevin Ring d3ede24e27 Merge remote-tracking branch 'origin/main' into watermask 2021-05-03 15:42:54 +10:00
Kevin Ring 9ba195a785
Merge pull request #234 from CesiumGS/doxygen-format-fixes
Comment fixes for clang formatting
2021-05-01 15:26:37 +10:00
Nithin Pranesh 1e9a413545 Removed completed TODO comment 2021-04-30 14:01:22 -04:00
Nithin Pranesh 3a62016392 CHANGES.md 2021-04-30 13:54:33 -04:00
Nithin Pranesh f1429f672e added TilesetContentOptions within TilesetOptions 2021-04-30 11:52:16 -04:00
Marco Hutter d817dd464c Updated base style link 2021-04-30 14:56:47 +02:00
Kevin Ring 3e1d66f5a4
Merge pull request #235 from CesiumGS/fix-clang-build
Fix Clang build on Travis.
2021-04-30 22:35:02 +10:00
Kevin Ring aa50c9179b Attempt to fix Clang build on Travis.
Following the advice here:
https://travis-ci.community/t/clang-10-was-recently-broken-on-linux-unmet-dependencies-for-clang-10-clang-tidy-10-valgrind/11527
2021-04-30 22:15:28 +10:00
Marco Hutter 51e43bbd49 Comment fixes for clang formatting 2021-04-29 17:06:34 +02:00
Kevin Ring cf76ed5ecc
Merge pull request #232 from CesiumGS/fix-credit-system-call-thread
Moved credit creation into main thread
2021-04-29 11:24:12 +10:00
Kevin Ring 0e7830d32a Revert my nonsense. 2021-04-29 11:14:45 +10:00
Kevin Ring 953be47a01 Flail flail 2021-04-29 11:05:48 +10:00
Kevin Ring 53ae71e137 Try adding the "fix" option? 2021-04-29 10:55:56 +10:00
Kevin Ring 17d1839556 Try more things. 2021-04-29 10:51:13 +10:00
Kevin Ring a6c9dc2da2 Blindly try to fix installation of clang-10 on Travis. 2021-04-29 10:40:51 +10:00
Marco Hutter 7f92f95d16 Moved credit creation into main thread 2021-04-28 22:38:49 +02:00
Nithin Pranesh 24e15417ff Added watermask extension correctly 2021-04-28 09:54:19 -04:00
Nithin Pranesh c81c787c52 get rid of custom texcoords code, add geographic projection for texcoords 2021-04-27 13:10:28 -04:00
Nithin Pranesh f028b0876c format 2021-04-26 21:04:04 -04:00
Nithin Pranesh 10932738eb reimplement texture coordinates (is this proper geographic projected?) 2021-04-26 21:00:40 -04:00
Nithin Pranesh b2be53d22e refactor to use new JsonValue functions 2021-04-26 00:26:45 -04:00
Nithin Pranesh d49ff889fa Merge branch 'main' into watermask 2021-04-25 22:46:10 -04:00
Nithin Pranesh 7529db7ee1 Merge branch 'main' into watermask 2021-04-25 22:23:20 -04:00
Nithin Pranesh c03863ab5b optional water mask in TilesetOptions + format 2021-04-25 22:14:10 -04:00
Nithin Pranesh dfa64fbec7 default to land texture 2021-04-25 21:53:11 -04:00
Nithin Pranesh 67f67cb383 remove changes that weren't necessary 2021-04-24 10:05:32 -04:00
Nithin Pranesh f8664f93c2 remove redundant texcoords 2021-04-22 00:39:43 -04:00
Kevin Ring 5b74a3cf71 Clean up CHANGES.md. 2021-04-22 10:32:09 +10:00
Kevin Ring e5d7f18691
Merge pull request #224 from CesiumGS/ancestor-sse
Add tile to load only if it meets sse and ancestor doesn't
2021-04-22 10:30:23 +10:00
Kevin Ring 6bec736eeb
Merge pull request #223 from CesiumGS/raster-ready
Let tile be renderable if all rasters have ready tiles
2021-04-22 10:29:04 +10:00
Kevin Ring acd13e2992
Merge pull request #219 from CesiumGS/gltf-writer-tech-debt
Address technical debt in CesiumGltfWriter
2021-04-22 10:27:21 +10:00
Kevin Ring 33951541b7 magic_enum via cmake, tiny optimization, some cleanup. 2021-04-22 10:15:24 +10:00
Samuel Vargas 091b4a3232
Improve error messages for Animation / Buffer / Image writer
Primarily fixes spacing issues, we also write the index of the
image in the images array that triggered the error now.
2021-04-21 16:20:47 -04:00
Samuel Vargas 03f4694420
Remove extraneous iostream input 2021-04-21 16:06:25 -04:00
Samuel Vargas 00870929ee
Remove extraneous CESIUM_NATIVE_GSL_INCLUDE_DIR from CMakeLists.txt 2021-04-21 16:03:36 -04:00
Samuel Vargas 33db5cc76e
Fix @link doxygen command that clang-format busted 2021-04-21 15:46:22 -04:00
Bao Tran 1a49455796 add tile to load if it meets sse and ancestor doesn't meet sse 2021-04-21 15:38:48 -04:00
Samuel Vargas 2940dc8228
Add additional breaking changes 2021-04-21 15:32:25 -04:00
Samuel Vargas 91c7b7f663
Rewrite encodeAsBase64String to avoid extra copy
Also add additional unittests for the class.
2021-04-21 15:18:42 -04:00
Bao Tran 8d99b1b72c check raster ready at the end 2021-04-21 13:57:49 -04:00
Bao Tran 0a53bd4543 add CHANGE.md 2021-04-20 15:11:08 -04:00
Bao Tran 3e3e658995 Merge branch 'main' into raster-ready 2021-04-20 15:09:19 -04:00
Bao Tran 701625843b check if all rasters are ready 2021-04-20 14:59:00 -04:00
Samuel Vargas 10dfa6823c
Replace thrown exceptions with `WriteModelResult`
The API should now mimic the reading api, where errors encountered
during the serialization process don't cause crashes. The caller receives
two vectors of strings detailing all errors and warnings that were
generated, and the json serialization functions stop gracefully.
2021-04-20 13:58:20 -04:00
Samuel Vargas ce4a15411c
Add cmake-modules as submodule 2021-04-20 13:47:10 -04:00