Commit Graph

4124 Commits

Author SHA1 Message Date
Janine Liu a56f7eddec Move function bodies to cpp 2023-08-29 12:31:44 -04:00
Janine Liu 85ebd3ed7f Add unit tests for new classes, reorganize old tests 2023-08-29 12:10:47 -04:00
Janine Liu a8f46ab0c5 Add PropertyAttributeView and PropertyAttributePropertyView 2023-08-28 17:49:51 -04:00
Brian Langevin 502582aadb
Merge pull request #706 from CesiumGS/unknown-properties
Capture unknown properties when reading JSON for glTF, 3D Tiles, etc.
2023-08-28 13:03:06 -06:00
Janine Liu 763271ac74 Add missing const int to source file 2023-08-28 13:55:55 -04:00
Janine Liu f51012e602 Fix documentation and test 2023-08-28 13:18:51 -04:00
Janine Liu 7f13e1c3f4 Another CI fix 2023-08-28 11:21:10 -04:00
Janine Liu 36337303b1 Fix sign conversion 2023-08-28 10:49:18 -04:00
Janine Liu 5b33dd72ad Fix signed conversions 2023-08-28 10:07:08 -04:00
Kevin Ring 3f4034101b Fix VS2017/2019 warning. 2023-08-28 21:07:29 +10:00
Kevin Ring 31fc053321 Fix clang warning. 2023-08-28 19:22:41 +10:00
Kevin Ring 5bf8a7b10e struct -> class 2023-08-28 19:13:46 +10:00
Kevin Ring 946887abe7 Add getArrayOfStrings helper to JsonValue. 2023-08-28 18:41:25 +10:00
Kevin Ring 51e798e4ea Add test for async schema loading. 2023-08-28 18:24:08 +10:00
Kevin Ring 6145b547a6 Update CHANGES.md. 2023-08-28 17:48:56 +10:00
Kevin Ring 153890dbbf Add `Tileset::loadMetadata`. 2023-08-28 17:47:48 +10:00
Janine Liu 79eaa3e687 Final sweep (hopefully) 2023-08-25 17:46:16 -04:00
Janine Liu 2c97ce24ba Second unit test / cleanup sweep 2023-08-25 17:15:26 -04:00
Janine Liu 8b29b20376 Merge branch 'additional-property-details' of github.com:CesiumGS/cesium-native into additional-property-details 2023-08-25 16:17:20 -04:00
Janine Liu 3e5d630a1f First round of cleanup / PR feedback 2023-08-25 16:17:11 -04:00
Kevin Ring d5f6944580 Formatting. 2023-08-25 15:30:32 +10:00
Kevin Ring 2babed53b1 Add tests of unknown properties in glTF. 2023-08-25 15:13:05 +10:00
Janine Liu ed2bdbd553 Update PropertyTextureView 2023-08-24 20:52:45 -04:00
Janine Liu 76427497ca Rewrite property texture property tests 2023-08-24 18:33:56 -04:00
Janine Liu a00b819dca Finish up PropertyTableView tests 2023-08-24 14:35:45 -04:00
Brian Langevin f442bb4268
Merge branch 'main' into unknown-properties 2023-08-24 11:17:47 -06:00
Brian Langevin d3573a1e2e
Merge pull request #701 from CesiumGS/uwp
Changes to support using cesium-native in Universal Windows Platform (UWP) applications
2023-08-24 11:15:32 -06:00
Brian Langevin 9239add447
Merge pull request #705 from CesiumGS/regenerate-code
Update npm dependencies and regenerate 3DTiles/glTF classes.
2023-08-24 10:32:52 -06:00
Brian Langevin ee9b3697be
Merge branch 'main' into uwp 2023-08-24 10:14:52 -06:00
Brian Langevin 0dc3282df2
Merge pull request #696 from CesiumGS/local-horizontal-from-transform
Add LocalHorizontalCoordinateSystem constructors taking ECEF<->Local matrices.
2023-08-24 09:11:38 -06:00
Janine Liu 53bc30391a Integrate normalization with PropertyTableView 2023-08-24 10:55:43 -04:00
Kevin Ring 3898d6b7f8
Merge pull request #708 from CesiumGS/ktx-fully-decompress-if-error
Fully decompress KTX images if transcoding fails.
2023-08-24 19:20:07 +10:00
Kevin Ring 9a1abb295d Add missing dll export of FoundMetadataProperty. 2023-08-24 19:13:40 +10:00
Kevin Ring 9f73df1024 Merge remote-tracking branch 'origin/generated-readers' into tileset-metadata-take-two 2023-08-24 18:49:51 +10:00
Kevin Ring 0f6436cdb8 Merge remote-tracking branch 'origin/json-read-tweaks' into generated-readers 2023-08-24 18:48:24 +10:00
Kevin Ring 67fb41961d Merge remote-tracking branch 'origin/unknown-properties' into json-read-tweaks 2023-08-24 18:47:12 +10:00
Kevin Ring f6e7ac1d07 Merge remote-tracking branch 'origin/regenerate-code' into unknown-properties 2023-08-24 18:39:05 +10:00
Kevin Ring 3b40023c41 Fix install script. 2023-08-24 16:21:26 +10:00
Kevin Ring 8253f1004b Add doc about code generation to the main readme. 2023-08-24 16:20:10 +10:00
Kevin Ring 4194e31a10 sizeof(uint32_t) instead of 4. Tweak test comment. 2023-08-24 15:57:22 +10:00
Kevin Ring ee6bf7a76e Merge remote-tracking branch 'origin/main' into uwp 2023-08-24 15:42:52 +10:00
Kevin Ring 1fe17c3a93 Merge remote-tracking branch 'origin/main' into local-horizontal-from-transform 2023-08-24 15:40:29 +10:00
Kevin Ring e8525be4fe Update doc. 2023-08-24 15:35:53 +10:00
Kevin Ring fe26c94446 Remove unnecessary forward declaration. 2023-08-24 07:07:09 +10:00
Janine Liu 12d1bbcaaa Finish PropertyTablePropertyView tests 2023-08-23 14:55:48 -04:00
Janine Liu fc190004b6 Reinitialize const ints outside of class to avoid errors 2023-08-23 11:17:12 -04:00
Janine Liu 4f37e7a217 Try to fix CI errors 2023-08-23 10:32:28 -04:00
Janine Liu bc9dd9e6e5 Add static casts for integer optionals 2023-08-23 09:58:02 -04:00
Kevin Ring d24e5f9dfd Update CHANGES.md, remove unnecessary change. 2023-08-23 20:58:14 +10:00
Kevin Ring 532d4e7d8c Merge remote-tracking branch 'origin/generated-readers' into tileset-metadata-take-two 2023-08-23 19:02:57 +10:00