Commit Graph

2409 Commits

Author SHA1 Message Date
Kevin Ring bed8837461 Fix tests. 2021-12-20 10:17:22 +11:00
Sean Lilley 7593729ca0 Handle conflicts with Windows defines 2021-12-19 11:07:20 -05:00
Sean Lilley c5955b83c8 Fix unknown pragma errors 2021-12-18 18:27:38 -05:00
Sean Lilley 6585402951 Updated CHANGES.md 2021-12-17 17:43:06 -05:00
Sean Lilley fd4f4b3871 Fix codegen 2021-12-17 17:42:51 -05:00
Sean Lilley d2b0cd0ad5 Added tests 2021-12-17 10:45:07 -05:00
Sean Lilley 54bcefc0bd Allow for up to 7 bytes of padding to support EXT_mesh_features and EXT_feature_metadata 2021-12-17 10:33:40 -05:00
Sean Lilley d74cac32ba Name changes for GltfReader 2021-12-17 10:33:40 -05:00
Sean Lilley e9523aec60 New CesiumGltfWriter 2021-12-17 10:33:40 -05:00
Kevin Ring d6c1f9e912 Merge remote-tracking branch 'origin/main' into load-error-reporting 2021-12-17 16:30:35 +11:00
Kevin Ring 7da3c23335
Update CHANGES.md 2021-12-17 16:22:55 +11:00
Kevin Ring 6559e80428
Merge pull request #415 from CesiumGS/remove-unused-submodule
Remove unused KhronosGroup/glTF submodule
2021-12-17 16:21:18 +11:00
Kevin Ring 8b9dfce146
Merge pull request #412 from CesiumGS/tileset-writer
3D Tiles Writer
2021-12-17 16:15:08 +11:00
Kevin Ring 9b35194e66
Merge pull request #410 from CesiumGS/pretty-json-2-spaces
Use 2 space indentation for glTF writer
2021-12-17 16:11:54 +11:00
Kevin Ring 1f222285b5 Don't avoid loading just because the token is not set.
We want to raise an error in this situation.
2021-12-16 13:32:27 +11:00
Sean Lilley 0cee22a1ef Remove unused KhronosGroup/glTF submodule 2021-12-14 18:59:51 -05:00
Kevin Ring 5f16f8c19a Formatting. 2021-12-14 22:31:45 +11:00
Kevin Ring 11eae10d2c Rename requestAsset->get, post->startRequest (and supoprt any verb) 2021-12-14 22:30:04 +11:00
Kevin Ring 5d68828888 Add missing file. 2021-12-14 15:27:09 +11:00
Kevin Ring 524df0cf9e Better token paging. 2021-12-14 15:26:26 +11:00
Kevin Ring 38d168aad8 Switch to ion tokens API v2. 2021-12-13 15:56:54 +11:00
Kevin Ring 060ce11030 Select tile level based on the tiling scheme rectangle, not coverage. 2021-12-10 23:41:18 +11:00
Kevin Ring e2b269221a Don't try to load tilesets with no hope of working. 2021-12-10 18:45:21 +11:00
Kevin Ring 588dec7542 Raise Cesium ion errors to an outside callback. 2021-12-08 15:40:01 +11:00
Sean Lilley 2b204aaecd Added Cesium3DTilesWriter 2021-12-06 19:34:22 -05:00
Kevin Ring fce159b427 Remove unnecessary extra lambda. 2021-12-06 18:11:11 +11:00
Kevin Ring a39aee07a7 Remove extraneous semicolons. 2021-12-06 17:37:59 +11:00
Kevin Ring caf05d6e3c Header cleanup. 2021-12-06 17:36:50 +11:00
Kevin Ring 1876a17818 Fix clang warning. 2021-12-06 16:00:13 +11:00
Kevin Ring a20d5f1daf Use CesiumUtility namespace. 2021-12-06 15:56:48 +11:00
Kevin Ring a47ec6c36d Merge remote-tracking branch 'origin/main' into separate-loading 2021-12-06 15:43:25 +11:00
Kevin Ring 44e99f09e2
Merge pull request #409 from CesiumGS/namespace-cleanup
Miscellaneous cleanup and code generator changes
2021-12-06 15:33:51 +11:00
Kevin Ring 773ecf5cb6 Fix clang warning. 2021-12-06 14:31:00 +11:00
Kevin Ring ab0d79a2c9 Move subtree loading out of Tileset.cpp. 2021-12-06 13:11:22 +11:00
Sean Lilley 4461645a01 Update package-lock.json 2021-12-03 13:50:22 -05:00
Sean Lilley 3d035e5926 Remove bad semicolon 2021-12-03 13:30:58 -05:00
Sean Lilley 7209bebe09 Update CHANGES.md 2021-12-03 11:43:44 -05:00
Sean Lilley 4ab275de70 Update scripts 2021-12-03 11:32:53 -05:00
Sean Lilley 21c65ddac8 Change folder structure for src folders 2021-12-03 11:11:41 -05:00
Kevin Ring 5c19574166 Hide the implementation details of our implementation details. 2021-12-03 23:28:29 +11:00
Kevin Ring b292342a4d Move loading operations out of Tileset.cpp. 2021-12-03 23:12:33 +11:00
Sean Lilley 5c7fbdfc39 use 2 space identation for glTF JSON output 2021-12-02 18:38:39 -05:00
Sean Lilley 2cdcb92e20 Namespace cleanup 2021-12-02 18:34:22 -05:00
Kevin Ring 0e4a417eee Update CHANGES.md. 2021-12-01 14:10:29 +11:00
Kevin Ring c0114f12e4 Bump to v0.10.0, update CHANGES.md. 2021-12-01 14:06:42 +11:00
Nithin Pranesh fa553fe7dd
Merge pull request #396 from CesiumGS/debug-overlay
Add DebugColorizeTilesRasterOverlay
2021-11-29 11:11:56 -05:00
Nithin Pranesh 5cd3d3db09
Merge branch 'main' into debug-overlay 2021-11-29 11:11:05 -05:00
Nithin Pranesh 67e73c6a3d
Merge pull request #398 from CesiumGS/mac-test-failures
Fix macOS test failures.
2021-11-29 11:03:44 -05:00
Nithin Pranesh 6330fb1aea
Merge pull request #399 from CesiumGS/bad-upsample-tex-coords
Fix for broken upsampling with raster overlays.
2021-11-29 11:01:49 -05:00
Kevin Ring f4fef34af5 Require macOS tests to pass for build to pass. 2021-11-24 19:43:52 -05:00