Joseph Kaile
|
078f05d855
|
Revert "update changes"
This reverts commit e8fbd8d139.
|
2023-08-18 10:57:39 -04:00 |
Kevin Ring
|
0dbf93091c
|
Start reading metadata and groups properties.
|
2023-08-18 23:08:58 +10:00 |
Kevin Ring
|
31f0ed55c9
|
Expose Schema on Tileset.
|
2023-08-18 21:56:48 +10:00 |
Joseph Kaile
|
e8fbd8d139
|
update changes
|
2023-08-17 18:50:35 -04:00 |
Joseph Kaile
|
f6f7a2c5e9
|
use astc before pvrtc if available
|
2023-08-17 18:41:48 -04:00 |
Joseph Kaile
|
3388f49f32
|
update changes
|
2023-08-17 15:54:52 -04:00 |
Joseph Kaile
|
410312ff32
|
formatting
|
2023-08-17 15:49:31 -04:00 |
Joseph Kaile
|
e4852cdf7b
|
fully decompress ktx texture if unable to transcode
|
2023-08-17 15:47:31 -04:00 |
Kevin Ring
|
07d64139a2
|
Rename ExtensionReaderContext to JsonReaderOptions.
|
2023-08-16 15:31:57 +10:00 |
Kevin Ring
|
7c2393fb2e
|
Update CHANGES.md.
|
2023-08-16 15:27:54 +10:00 |
Kevin Ring
|
5d70051a78
|
Making storing unknown properties optional.
|
2023-08-16 15:26:23 +10:00 |
Kevin Ring
|
a74caa6439
|
Capture unknown properties in an "unsupported" JsonObject.
|
2023-08-16 15:26:23 +10:00 |
Kevin Ring
|
400f832d32
|
Update npm dependencies and regenerate 3DTiles/glTF classes.
|
2023-08-16 10:54:01 +10:00 |
Brian Langevin
|
737e710d77
|
Merge pull request #699 from CesiumGS/tileset-destructor-doc
Update doc for Tileset destructor.
|
2023-08-15 10:47:05 -06:00 |
Kevin Ring
|
1595345dbf
|
Merge remote-tracking branch 'origin/main' into local-horizontal-from-transform
|
2023-08-08 08:50:10 +10:00 |
Kevin Ring
|
729357ea0e
|
Update CHANGES.md.
|
2023-08-04 21:27:39 +10:00 |
Kevin Ring
|
a495c7e88d
|
Formatting.
|
2023-08-04 19:49:44 +10:00 |
Kevin Ring
|
60ad1066da
|
Header dir needs to be public.
|
2023-08-04 19:48:07 +10:00 |
Kevin Ring
|
9b44b7d5ae
|
Install csprng, except on UWP.
|
2023-08-04 19:41:08 +10:00 |
Kevin Ring
|
4e6c3cd113
|
Mark csprng headers as SYSTEM PRIVATE.
|
2023-08-04 19:35:05 +10:00 |
Kevin Ring
|
53ed812fe3
|
Add test for fillWithRandomBytes.
|
2023-08-04 19:28:53 +10:00 |
Kevin Ring
|
f54556704e
|
Restore compatibility with non-Windows platforms.
|
2023-08-04 18:26:18 +10:00 |
Kevin Ring
|
335ea90678
|
Hackily get cesium-native compiling on UWP.
|
2023-08-04 08:53:12 +10:00 |
Kevin Ring
|
cb37dbfab0
|
Merge pull request #700 from CesiumGS/fix-invalid-error
Prevent empty error message from getting propagated to loadErrorCallback
|
2023-08-03 07:57:54 +10:00 |
Sean Lilley
|
e4ef04b566
|
Prevent empty error message from getting propagated to a tileset's loadErrorCallback
|
2023-08-02 11:05:58 -04:00 |
Kevin Ring
|
ada43f0950
|
Fix clang warnings.
|
2023-08-02 10:57:04 +10:00 |
Kevin Ring
|
37f0a4569d
|
Merge remote-tracking branch 'origin/main' into local-horizontal-from-transform
|
2023-08-02 10:51:09 +10:00 |
Kevin Ring
|
24f46f63a4
|
Update doc for Tileset destructor.
|
2023-08-02 10:10:05 +10:00 |
Kevin Ring
|
172ac5ddcc
|
Bump to v0.26.0. Update CHANGES.md.
|
2023-08-01 12:49:59 +10:00 |
Kevin Ring
|
320477cc7d
|
Merge pull request #697 from CesiumGS/install-meshoptimizer
Install meshoptimizer targets.
|
2023-08-01 10:46:44 +10:00 |
Kevin Ring
|
f935ed55da
|
Install meshoptimizer targets.
|
2023-08-01 09:30:14 +10:00 |
Kevin Ring
|
3750d1c748
|
Merge pull request #689 from CesiumGS/meshopt-compression
Add support for Meshopt compression
|
2023-08-01 08:41:46 +10:00 |
Joseph Kaile
|
a2cebe04f1
|
add test to verify compressed vertex attributes are within range
|
2023-07-31 17:41:45 -04:00 |
Kevin Ring
|
5c89b3c7d3
|
Tiny tweaks, mostly to formatting.
|
2023-07-31 19:08:08 +10:00 |
Joseph Kaile
|
40d22b1b14
|
fix doc comments
|
2023-07-28 12:45:18 -04:00 |
Kevin Ring
|
ef58d31fa0
|
Add LocalHorizontalCoordinateSystem constructors taking matrices.
|
2023-07-28 22:59:58 +10:00 |
Joseph Kaile
|
6e1c17c9a5
|
reorg meshopt decode
|
2023-07-27 22:21:26 -04:00 |
Joseph Kaile
|
6b957de071
|
Merge branch 'main' into meshopt-compression
|
2023-07-27 10:54:47 -04:00 |
Kevin Ring
|
ffd330fb21
|
Merge pull request #690 from CesiumGS/support-stale-while-revalidate
Support stale-while-revalidate
|
2023-07-27 22:28:02 +10:00 |
Kevin Ring
|
a59ffac3ef
|
A few more test cases, and tweak the logic so they pass.
|
2023-07-27 22:00:58 +10:00 |
Joseph Birkner
|
fe00f13d68
|
Undo last change.
|
2023-07-27 11:26:40 +02:00 |
Joseph Kaile
|
65090a7327
|
decode filter
|
2023-07-26 13:50:08 -04:00 |
Brian Langevin
|
e00a12b37d
|
Update CHANGES.md
|
2023-07-26 11:11:39 -06:00 |
Brian Langevin
|
e92e7a0654
|
Merge branch 'main' into support-stale-while-revalidate
|
2023-07-26 11:10:11 -06:00 |
Joseph Kaile
|
d9857303e0
|
fix linux compile error
|
2023-07-26 12:32:13 -04:00 |
Brian Langevin
|
5cbda54b7f
|
Update CHANGES.md
|
2023-07-26 10:04:20 -06:00 |
Brian L
|
8abe88353a
|
Add support for cases where we only need Etag or Last-Modified to cache
|
2023-07-26 09:52:51 -06:00 |
Joseph Birkner
|
0638ccb3e6
|
Fix CESIUM_NATIVE_DRACO_LIBRARY for wasm build.
|
2023-07-26 17:27:38 +02:00 |
Janine Liu
|
64a2e30fe7
|
Merge pull request #686 from CesiumGS/unconditionally-refined-leaves
Treat fully-loaded, empty, unconditionally-refined tiles with no children as renderable
|
2023-07-26 10:51:05 -04:00 |
Joseph Birkner
|
62fb7ded3f
|
deps: Make GLM strict behavior optional.
|
2023-07-26 16:17:11 +02:00 |