Janine Liu
|
725b648c2e
|
Remove redundant assignments in capture clauses
|
2022-09-02 15:55:34 -04:00 |
Janine Liu
|
28b5e51682
|
Remove accidental comma / linebreak
|
2022-09-02 15:39:49 -04:00 |
Janine Liu
|
37eb55ac88
|
Add rendererOptions to TilesetOptions
|
2022-09-02 15:24:42 -04:00 |
Nithin Pranesh
|
bf27ff2542
|
format
|
2022-09-02 12:43:13 -04:00 |
Nithin Pranesh
|
336e25e9ba
|
update comments
|
2022-09-02 12:42:52 -04:00 |
Nithin Pranesh
|
2bbb9dc816
|
change the fade out range to also be 0->1
|
2022-09-02 12:37:14 -04:00 |
Kevin Ring
|
25adc4d561
|
Merge remote-tracking branch 'origin/intrusive-lifetime' into reinterop
|
2022-09-02 22:00:27 +10:00 |
Kevin Ring
|
120c6f52de
|
Merge remote-tracking branch 'origin/main' into intrusive-lifetime
|
2022-09-02 22:00:04 +10:00 |
Kevin Ring
|
7cbfb7306c
|
Merge remote-tracking branch 'origin/main' into reinterop
|
2022-09-01 23:06:16 +10:00 |
Kevin Ring
|
e21a1496ac
|
Bump version, update CHANGES.md.
|
2022-09-01 22:19:19 +10:00 |
Kevin Ring
|
a7817dd94d
|
Merge pull request #543 from CesiumGS/lod-dither
Add Optional LOD Transition Period
|
2022-09-01 05:52:57 +00:00 |
Kevin Ring
|
a3d9f9dec1
|
Re-add a check to a test, update CHANGES.md.
|
2022-09-01 15:26:06 +10:00 |
Kevin Ring
|
3c2efef112
|
Merge remote-tracking branch 'origin/main' into lod-dither
|
2022-09-01 10:32:36 +10:00 |
Kevin Ring
|
1ab5b76256
|
Merge pull request #556 from CesiumGS/tile-flashing
Update raster tile right after content has glTF render resources
|
2022-08-31 23:29:00 +00:00 |
Bao Tran
|
45c518c691
|
update raster right after content has glTF render resources
|
2022-08-31 19:05:13 -04:00 |
Nithin Pranesh
|
916207eb3b
|
fix one-frame holes. Remove out-of-date comment
|
2022-08-31 18:43:29 -04:00 |
Nithin Pranesh
|
f264059e2a
|
Merge branch 'main' into lod-dither
|
2022-08-31 16:26:24 -04:00 |
Nithin Pranesh
|
7e4da1b5ac
|
Merge pull request #542 from CesiumGS/webp-support
WebP support
|
2022-08-31 16:15:22 -04:00 |
Nithin Pranesh
|
04c1d7613e
|
[skip ci] Revert "uncheck enable simd"
This reverts commit 69569b8afe.
|
2022-08-31 16:14:05 -04:00 |
Joseph Kaile
|
69569b8afe
|
uncheck enable simd
|
2022-08-31 13:50:14 -04:00 |
Nithin Pranesh
|
6c6c8aaca7
|
update changes to mention EXT_texture_webp
|
2022-08-31 13:06:09 -04:00 |
Nithin Pranesh
|
30a16320e7
|
regenerate webp extension
|
2022-08-31 12:34:43 -04:00 |
Nithin Pranesh
|
8259c6f8d5
|
fix extension name override
|
2022-08-31 12:33:59 -04:00 |
Nithin Pranesh
|
320ffa91d9
|
add webp extension
|
2022-08-31 12:06:11 -04:00 |
Nithin Pranesh
|
aaa169d10f
|
remove newer JS feature (nullish coelescing), required a different version of node
|
2022-08-31 12:02:29 -04:00 |
Nithin Pranesh
|
36217a97d8
|
add instructions for generating webp extension
|
2022-08-31 11:52:37 -04:00 |
Nithin Pranesh
|
48f9212884
|
remove incorrect assert
|
2022-08-31 11:09:01 -04:00 |
Kevin Ring
|
e854ea3bde
|
Fix tests.
|
2022-09-01 00:23:10 +10:00 |
Nithin Pranesh
|
5c640ae80d
|
fix small bug
|
2022-08-31 10:04:31 -04:00 |
Kevin Ring
|
3c1ee65fcd
|
Ref count more async ops, remove unneeded code.
|
2022-08-31 23:32:56 +10:00 |
Kevin Ring
|
f5b477f4a2
|
Justify use of raw pointer.
|
2022-08-31 22:45:49 +10:00 |
Kevin Ring
|
190d7cfb15
|
Fix incorrect doc comments.
|
2022-08-31 22:42:03 +10:00 |
Kevin Ring
|
d148d95218
|
Fix clang warnings.
Apparently Clang missed these warnings before because they were obscured
by a std::make_unique.
|
2022-08-31 22:33:58 +10:00 |
Kevin Ring
|
7b7a168590
|
Excluder holds intrusive pointer to overlay.
|
2022-08-31 22:08:42 +10:00 |
Kevin Ring
|
3c0e1f7c07
|
Simplify reference counting during overlay load.
|
2022-08-31 21:47:12 +10:00 |
Kevin Ring
|
ac84e6d357
|
Remove unnecessary `typename`.
|
2022-08-31 21:30:48 +10:00 |
Kevin Ring
|
03e7927afc
|
Fix test build problem.
|
2022-08-31 20:05:13 +10:00 |
Kevin Ring
|
4801ed398c
|
Don't use unique_ptr for raster overlays.
|
2022-08-31 19:00:06 +10:00 |
Kevin Ring
|
f25d54e770
|
Use base class for ref counting RasterOverlayTile.
|
2022-08-31 18:50:54 +10:00 |
Kevin Ring
|
486f73d17f
|
Use a base class for ref counting everywhere except RasterOverlayTile.
|
2022-08-31 18:45:13 +10:00 |
Kevin Ring
|
7e232b632a
|
Add Unloading state for tiles that can't quite be unloaded yet.
|
2022-08-31 17:12:00 +10:00 |
Nithin Pranesh
|
7c1f3ee45d
|
Merge branch 'main' into webp-support
|
2022-08-30 23:21:30 -04:00 |
Kevin Ring
|
699f13aae5
|
Unload tiles when shutting down content manager.
|
2022-08-31 09:59:32 +10:00 |
Nithin Pranesh
|
fee95b67f1
|
remove incorrect assert
|
2022-08-30 18:01:32 -04:00 |
baothientran
|
05218586c1
|
Merge pull request #553 from CesiumGS/serialize-khr-texture-transform
Add KHR_texture_transform to CesiumGltf
|
2022-08-30 17:06:12 -04:00 |
Sean Lilley
|
d4f645ef97
|
Merge branch 'main' into serialize-khr-texture-transform
|
2022-08-30 15:44:10 -04:00 |
baothientran
|
29d58732a2
|
Merge pull request #552 from CesiumGS/fix-gcc-11
Fix gcc-11 build
|
2022-08-30 15:42:08 -04:00 |
Sean Lilley
|
3f532e90e9
|
Fix gcc-11 build
|
2022-08-30 15:26:48 -04:00 |
Nithin Pranesh
|
cd6963557c
|
fix bug where fully faded out tiles were removed before clients were aware
|
2022-08-30 14:33:19 -04:00 |
Sean Lilley
|
8919634bb2
|
Add to CHANGES.md
|
2022-08-30 13:29:32 -04:00 |