Commit Graph

6095 Commits

Author SHA1 Message Date
Kevin Ring db5cc4eb17 Revert unnecessay movement of code. 2025-01-13 21:02:13 +11:00
Kevin Ring d4b8f501e3 Revert stylistic change (but maybe clang-tidy will be mad) 2025-01-13 20:44:15 +11:00
Kevin Ring 59f01eb340 Fix clang-tidy errors. 2025-01-13 19:30:35 +11:00
Kevin Ring cdebce9baa Better way to run even on failure. 2025-01-13 18:42:35 +11:00
Kevin Ring 4c69cd56d5 Print clang-tidy messages even on failure. 2025-01-13 18:41:35 +11:00
Kevin Ring d907086901 Fix dodgy formatting of null string values. 2025-01-13 18:24:53 +11:00
Kevin Ring 028ee29eed Merge remote-tracking branch 'origin/main' into clang-tidy-cleanup 2025-01-13 17:30:09 +11:00
Kevin Ring be1d429c9b Merge remote-tracking branch 'origin/main' into doc-tile-selection-algorithm 2025-01-13 14:46:02 +11:00
Kevin Ring abc187d8cd TilesetContentLoader, more implicit loading details. 2025-01-13 13:39:28 +11:00
Kevin Ring e5ac2f9cc3 Add Implicit Tilesets section. 2025-01-13 12:26:04 +11:00
Kevin Ring bb6e769c1c Add unconditionally-refined tile selction. 2025-01-13 11:01:49 +11:00
Kevin Ring 79fa57cdb7 Add Forbid Holes doc. 2025-01-13 09:06:35 +11:00
Ashley Rogers 77c3c19d5c Format 2025-01-10 17:26:31 -05:00
Ashley Rogers 38e37ee88b Fix signed conversion 2025-01-10 17:25:34 -05:00
Ashley Rogers dc54a6770e Initialize members 2025-01-10 17:21:30 -05:00
Ashley Rogers 0d69d63cf8 Rename IndicesViewOrGenerator 2025-01-10 17:18:14 -05:00
Ashley Rogers 5c118272dd Support TRIANGLE_FAN and TRIANGLE_STRIP 2025-01-10 17:16:21 -05:00
Ashley Rogers 5d461c91c7 Support non-indexed triangles for upsampling 2025-01-10 15:14:41 -05:00
Kevin Ring ef651ae55d Add more load state details. 2025-01-10 17:24:37 +11:00
Kevin Ring db43ce4a7b Add remaining states to load state diagram. 2025-01-10 15:40:56 +11:00
Ashley Rogers d154416227 Format, CHANGES 2025-01-09 16:30:52 -05:00
Ashley Rogers 2dcbb94c9c Allow specifying request headers in TilesetOptions 2025-01-09 16:28:39 -05:00
Ashley Rogers 53a98ce2cd caseInsensitiveCompare without ranges 2025-01-09 15:20:44 -05:00
Ashley Rogers 59e9fdb481 Update CHANGES 2025-01-09 14:43:06 -05:00
Ashley Rogers 064b74e4b3 Add {westDegrees} to doc comment 2025-01-09 14:36:24 -05:00
Ashley Rogers d45c2f9f21 Format 2025-01-09 14:30:23 -05:00
Ashley Rogers 0185541e81 Add conditional to includes 2025-01-09 14:17:26 -05:00
Ashley Rogers 9aac49117c Add DebugText, SHOW_QUADTREE_RASTER_IDS 2025-01-09 14:14:05 -05:00
Sean Lilley d2789510e6 Fix clang errors 2025-01-08 16:23:56 -05:00
Sean Lilley e62cfd762d Remove GLM_FORCE_SIZE_T_LENGTH 2025-01-08 16:08:34 -05:00
Ashley Rogers bfe48e6e61 Change signedness 2025-01-08 15:50:22 -05:00
Ashley Rogers afeaa44f29 Format 2025-01-08 15:36:59 -05:00
Ashley Rogers dac4935c02 Add UrlTemplateRasterOverlay 2025-01-08 15:08:23 -05:00
Kevin Ring 3d2f173f38 Add incomplete tile loading state diagram. 2025-01-08 23:05:19 +11:00
Kevin Ring edd488c6ed Add tile loading sections. 2025-01-08 22:46:16 +11:00
Ashley Rogers afc097e921
Merge pull request #1052 from CesiumGS/fix-writing-schema-property
Fix crash when writing `EXT_structural_metadata` with null schema
2025-01-07 10:16:02 -05:00
Kevin Ring e66c1538a1 Fix typo. 2025-01-07 15:51:20 +11:00
Kevin Ring 69dafb8d50
Merge pull request #1053 from CesiumGS/dark-mode-fix
Use Mermaid dark theme for dark mode
2025-01-07 10:08:47 +11:00
Kevin Ring 6991589e02
Merge pull request #1054 from CesiumGS/prod-docs-fix
Specify CESIUM_PRODUCTION_DOCS cmake variable correctly.
2025-01-07 09:45:38 +11:00
Kevin Ring 730de3bf2f Specify CESIUM_PRODUCTION_DOCS cmake variable correctly. 2025-01-07 09:29:51 +11:00
Ashley Rogers ae605628bb Use Mermaid dark theme for dark mode 2025-01-06 16:52:11 -05:00
Ashley Rogers 1db43366cd Resolve review items 2025-01-06 14:48:49 -05:00
Sean Lilley 5fa6745977 Fix writing schema property 2025-01-06 11:38:17 -05:00
Tim Moore 399b326f60 Update CHANGES.md 2025-01-02 18:09:58 +01:00
Tim Moore 5a7693ce8d Fix some low-hanging fruit reported by clang-tidy 2025-01-02 11:51:30 +01:00
Kevin Ring 4d9a63829f Bump to v0.43.0, update CHANGES.md. 2025-01-02 08:32:33 +11:00
Tim Moore 8952f1161b Unit test for I3dm batchtable conversion 2025-01-01 19:02:31 +01:00
Tim Moore 8307973d87 I3dm batch table conversion 2025-01-01 19:02:31 +01:00
Tim Moore 3258928ea3 Refactor MetadataProperty into its own files
This class in PntsToGltfConverter.cpp is useful for dealing with
instance metadata too.
2025-01-01 19:02:31 +01:00
Tim Moore b7ee618972 Refactor instantiateGltfInstances in I3dm converter
The major refactor is to split the very rare case of
EXT_mesh_gpu_instancing extension in the I3dm glTF into another
function, and then reduce code duplication.
2025-01-01 19:02:30 +01:00