Commit Graph

1325 Commits

Author SHA1 Message Date
Bao Tran e776175009 fix test 2021-04-18 23:11:41 -04:00
Bao Tran ff45ec74c9 return nullptr for tile content if failed to load 2021-04-18 23:08:15 -04:00
Bao Tran d6419b40e0 format 2021-04-18 21:36:15 -04:00
Kevin Ring 8ae4b4ccd5 Merge remote-tracking branch 'origin/main' into gltf-extensions 2021-04-19 11:25:58 +10:00
Kevin Ring 588123c68d
Merge pull request #214 from CesiumGS/connection-error-messages
Connection error messages
2021-04-19 11:22:33 +10:00
Kevin Ring 3df9f5ef32 Fix test failure. 2021-04-19 10:35:21 +10:00
Kevin Ring b3d7dfa652 Encoding NaN/Inf as null instead of throwing.
Consistent with behavior in JavaScript and elsewhere.
2021-04-19 10:23:03 +10:00
Kevin Ring 3bd97b37b6 Don't use try/catch to detect int narrowing in JsonValue. 2021-04-19 10:01:05 +10:00
Bao Tran 41b9781109 add test for error Add refinement tileset 2021-04-18 18:27:45 -04:00
Bao Tran 4b0c378220 don't kick descendant out for ADD refinement 2021-04-18 17:15:47 -04:00
Kevin Ring bc3a1951c7 Add another missing include. 2021-04-17 18:57:57 +10:00
Marco Hutter fbea991d2d Formatting 2021-04-16 21:56:15 +02:00
Marco Hutter bbf2400baa Handle denied access with sensible message 2021-04-16 21:55:27 +02:00
Marco Hutter 4a5b6a77ed Connection error message improvements 2021-04-16 21:34:25 +02:00
Kevin Ring 52eaf76af1 Add missing includes. 2021-04-17 00:23:20 +10:00
Kevin Ring d64d3bf882 Add missing include. 2021-04-16 23:37:20 +10:00
Kevin Ring 6c0a55c090 Fix formatting. 2021-04-16 16:23:08 +10:00
Kevin Ring 710011cb97 Add missing const on some JsonValue methods. 2021-04-16 16:19:20 +10:00
Kevin Ring 999c382cc1 Merge remote-tracking branch 'origin/main' into gltf-extensions 2021-04-16 16:07:23 +10:00
Kevin Ring e5c5408804 More constier. 2021-04-16 13:18:25 +10:00
Kevin Ring 8aab8bbec2 Don't construct so many GltfReaders.
Also switch to constexpr char* for extension and type names to avoid
static initializer ordering problems.
2021-04-16 12:52:29 +10:00
baothientran 2bcc2706d8
Merge pull request #210 from CesiumGS/add-cesium-gltf-writer-to-readme
Update library info box to include CesiumGltfWriter
2021-04-15 14:19:02 -04:00
baothientran 24b982f158
Merge pull request #125 from CesiumGS/gltf-writer
Add sibling GltfWriter library into cesium-native
2021-04-15 14:17:28 -04:00
Samuel Vargas 53712fe2d5
Update library info box to include CesiumGltfWriter 2021-04-15 14:10:13 -04:00
Samuel Vargas 8070d85023
Merge remote-tracking branch 'origin/main' into gltf-writer 2021-04-15 13:49:04 -04:00
Kevin Ring 02e3be9b03 Merge remote-tracking branch 'origin/main' into gltf-extensions 2021-04-15 21:54:03 +10:00
Kevin Ring 96f663021c
Merge pull request #209 from CesiumGS/brotli-macos
Remove Brotli Macos
2021-04-15 18:19:54 +10:00
Kevin Ring 2c13c2c1b2
Merge pull request #202 from CesiumGS/clang-tidy-first-pass
First pass of clang tidy
2021-04-15 18:01:18 +10:00
Kevin Ring 6bb1ac703d Merge remote-tracking branch 'origin/main' into clang-tidy-first-pass 2021-04-15 16:25:45 +10:00
Kevin Ring 8b2e835100
Merge pull request #198 from CesiumGS/scale-geometric-error
Scale geometric error with tile transform
2021-04-15 16:24:56 +10:00
Kevin Ring 95e299154e Update CHANGES.md. 2021-04-15 16:24:21 +10:00
Kevin Ring f58621ee49 Merge remote-tracking branch 'origin/main' into scale-geometric-error 2021-04-15 16:23:17 +10:00
Kevin Ring db19660322
Merge pull request #206 from CesiumGS/update-changelog
Updated CHANGES.md with a small change
2021-04-15 16:21:40 +10:00
Bao Tran 3b18ff8367 Merge branch 'main' into brotli-macos 2021-04-14 22:39:45 -04:00
Kevin Ring ea97130b0e Formatting. 2021-04-15 10:54:49 +10:00
Kevin Ring aab3fcbf40 Fix another clang error. 2021-04-15 10:40:58 +10:00
Kevin Ring d7dc072916 Fix clang compile error. 2021-04-15 10:32:34 +10:00
Kevin Ring bf00407f90 Add missing include. 2021-04-15 10:22:56 +10:00
Kevin Ring 932cab9304 Merge remote-tracking branch 'origin/support-deserializing-arbitrary-extensions' into gltf-extensions 2021-04-15 10:00:05 +10:00
Kevin Ring e8bb5a4fd3 Merge remote-tracking branch 'origin/main' into support-deserializing-arbitrary-extensions 2021-04-15 09:59:42 +10:00
Kevin Ring 940d8fc8f2 Merge remote-tracking branch 'origin/main' into gltf-extensions 2021-04-15 09:58:01 +10:00
Kevin Ring 0c7c949ce8 Remove unused code. 2021-04-15 09:47:33 +10:00
Kevin Ring 45f44fa034 Reader -> GltfReader. 2021-04-15 00:37:37 +10:00
Kevin Ring e414544b50 Implement glTF reader using JSON reader. 2021-04-14 23:53:26 +10:00
Kevin Ring fc4f25515f JSON reader. 2021-04-14 23:31:40 +10:00
Kevin Ring 15f799429a More renames. 2021-04-14 21:38:36 +10:00
Kevin Ring cb91ccf8a6 JsonReader -> JsonHandler ♻ 2021-04-14 18:31:12 +10:00
Kevin Ring 25a968702b Add and use CesiumJsonReader/Library.h. 2021-04-14 14:41:51 +10:00
Kevin Ring 94ea03847c Move CesiumJsonReader stuff to the right namespace. 2021-04-14 14:22:22 +10:00
Nithin Pranesh 1727e4a23b format 2021-04-13 17:24:31 -04:00