Joseph Kaile
|
97dbde4987
|
add special case if generator is xcode and building for ios
|
2023-04-20 18:20:09 -04:00 |
Joseph Kaile
|
1e3f2ed94e
|
fix issue compiling ios library when using install prefix
|
2023-04-20 14:19:26 -04:00 |
Sean Lilley
|
783031eecd
|
Merge pull request #620 from CesiumGS/update-readme-omniverse
Update readme with Omniverse update
|
2023-04-17 17:49:17 -04:00 |
JAE JOON LEE
|
34500b6e8a
|
change for if wms url has query string(?). then replace with & instead of ?
|
2023-04-17 10:40:18 +09:00 |
Joseph Kaile
|
7f735ed8ee
|
check for implicit root tile if tileset is 1.1 format
|
2023-04-12 20:49:57 -04:00 |
Shehzan Mohammed
|
5f4de81ec2
|
Update readme with Omniverse update
|
2023-04-12 12:22:53 -04:00 |
Kevin Ring
|
4ae8d794bf
|
Bump version, update CHANGES.md.
|
2023-04-03 14:15:54 +10:00 |
Kevin Ring
|
2af866f64d
|
Merge pull request #617 from CesiumGS/override-credit-showonscreen
Add ability to override `showOnScreen` in credit
|
2023-04-03 13:05:16 +10:00 |
Janine Liu
|
d02ad6581b
|
Small tweaks
|
2023-03-31 15:01:36 -04:00 |
Janine Liu
|
255e13e0c1
|
Add test and changelog entry
|
2023-03-31 14:57:59 -04:00 |
Janine Liu
|
b75e76dd98
|
Add ability to set showCreditsOnScreen
|
2023-03-31 13:24:57 -04:00 |
Janine Liu
|
374d1da694
|
Add ability to override showOnScreen in credit
|
2023-03-30 17:25:36 -04:00 |
Joseph Kaile
|
6f7ff95ce7
|
Merge pull request #606 from CesiumGS/tracing-fixes
Fix compile error when tracing is enabled, disable trace tracks for raster overlays
|
2023-03-27 14:38:53 -04:00 |
Janine Liu
|
5daed12641
|
Merge pull request #613 from CesiumGS/start-new-frame
Add ITileExcluder::startNewFrame
|
2023-03-24 13:36:59 -04:00 |
Janine Liu
|
c6a2f235ab
|
Fix typo
|
2023-03-24 13:36:29 -04:00 |
Kevin Ring
|
b0999ee7d5
|
Merge remote-tracking branch 'origin/main' into start-new-frame
|
2023-03-24 16:50:46 +11:00 |
Janine Liu
|
0f070d3f56
|
Merge pull request #607 from CesiumGS/texture-support
Improve support for KTX2 and WebP textures.
|
2023-03-23 11:52:56 -04:00 |
Janine Liu
|
8509878a0c
|
Merge branch 'main' into texture-support
|
2023-03-23 10:57:07 -04:00 |
Kevin Ring
|
b6cf23118b
|
Add doc and CHANGES.md update.
|
2023-03-23 23:24:05 +11:00 |
Kevin Ring
|
194d42d138
|
Add ITileExcluder::startNewFrame.
|
2023-03-23 23:21:30 +11:00 |
Kevin Ring
|
383b4172d2
|
Don't use this to call static method.
|
2023-03-23 16:50:59 +11:00 |
Kevin Ring
|
e39f3dd94f
|
Mark new method static.
|
2023-03-23 16:49:37 +11:00 |
Kevin Ring
|
263ac5000f
|
Slight cleanup.
|
2023-03-23 16:31:12 +11:00 |
Kevin Ring
|
a28926a0bc
|
Merge remote-tracking branch 'origin/main' into no-holes-for-reals
|
2023-03-23 15:56:23 +11:00 |
Joseph Kaile
|
f8ba8ba069
|
Merge pull request #604 from CesiumGS/no-priority-inversion
Fix priority inversion in main thread tile loading
|
2023-03-22 18:36:02 -04:00 |
Kevin Ring
|
008c167d2a
|
Fix a bug causing holes in some tilesets, like San Francisco.
|
2023-03-22 22:31:39 +11:00 |
Kevin Ring
|
f4b7b23afe
|
Fix bug (crash) caused by calling finishLoading twice on one tile.
|
2023-03-22 15:48:15 +11:00 |
Kevin Ring
|
799a3b2eb1
|
Merge remote-tracking branch 'origin/main' into no-priority-inversion
|
2023-03-21 17:38:32 +11:00 |
Janine Liu
|
1d7bfd0a97
|
Merge pull request #608 from CesiumGS/bounding-volume-operations
AxisAlignedBox and OrientedBoundingBox improvements
|
2023-03-20 16:31:44 -04:00 |
Janine Liu
|
96173ddb0f
|
Small documentation tweaks
|
2023-03-20 13:55:40 -04:00 |
Janine Liu
|
39589d7552
|
Merge branch 'main' into bounding-volume-operations
|
2023-03-20 13:51:19 -04:00 |
Kevin Ring
|
fb7309fc8e
|
Merge pull request #601 from ZackOfAllTrades/feature/accessor-view
expose the bufferStart and stride of the accesorview's buffer
|
2023-03-20 12:38:36 +11:00 |
Kevin Ring
|
aa0178c12b
|
Tweak CHANGES.md.
|
2023-03-20 12:37:59 +11:00 |
Kevin Ring
|
2cdb449140
|
Merge remote-tracking branch 'origin/main' into feature/accessor-view
|
2023-03-20 12:36:56 +11:00 |
Kevin Ring
|
26bfe2e216
|
Merge pull request #595 from CesiumGS/libjpeg-turbo
Use libturbo-jpeg instead of stb for faster jpg decompression
|
2023-03-17 23:45:49 +11:00 |
Kevin Ring
|
dddb7885fa
|
Merge branch 'main' into libjpeg-turbo
|
2023-03-17 23:45:26 +11:00 |
Joseph Kaile
|
cfd1facb1a
|
Merge pull request #599 from CesiumGS/better-forbid-holes
A much better "forbid holes" mode
|
2023-03-16 13:37:47 -04:00 |
Joseph Kaile
|
c3731b3141
|
revert cmakelist
|
2023-03-16 13:34:03 -04:00 |
Joseph Kaile
|
fb150dfd1f
|
revert to checkmark
|
2023-03-16 10:29:31 -04:00 |
Kevin Ring
|
3fb850e480
|
Fix test failures on clang, etc.
|
2023-03-16 21:59:47 +11:00 |
Kevin Ring
|
3b22f78d30
|
Update CHANGES.md.
|
2023-03-16 16:15:00 +11:00 |
Kevin Ring
|
d1b4c24dd5
|
Fix a bug in AxisAlignedBox's center computation.
|
2023-03-16 16:00:43 +11:00 |
Kevin Ring
|
8215e5dd92
|
Add OrientedBoundingBox::toAxisAligned.
|
2023-03-16 10:33:18 +11:00 |
Joseph Kaile
|
ee26f34a40
|
go back to external project
|
2023-03-15 16:09:28 -04:00 |
Joseph Kaile
|
d103bb813a
|
Revert "switch to add_subdirectory"
This reverts commit d7d3048f4f.
|
2023-03-15 16:09:00 -04:00 |
Joseph Kaile
|
19e0d0039f
|
Revert "don't change the cmake install prefix"
This reverts commit 3b193607c5.
|
2023-03-15 16:08:43 -04:00 |
Kevin Ring
|
d5f3e8cb26
|
Add getOrientedBoundingBoxFromBoundingVolume and
OrientedBoundingBox::transform.
|
2023-03-15 17:41:51 +11:00 |
Joseph Kaile
|
3b193607c5
|
don't change the cmake install prefix
|
2023-03-14 16:39:07 -04:00 |
Joseph Kaile
|
d7d3048f4f
|
switch to add_subdirectory
|
2023-03-14 15:44:11 -04:00 |
Joseph Kaile
|
06bd2cc9db
|
update libjpeg turbo cmakefile
|
2023-03-14 04:22:26 -04:00 |