Commit Graph

43693 Commits

Author SHA1 Message Date
Don McCurdy 28213a796f fix(textureatlas): Allocate texture space less aggressively on resize
deploy / deploy (push) Has been cancelled Details
2025-11-21 13:59:44 -05:00
jjspace ee2b3813b2
Merge pull request #13038 from CesiumGS/fix/textureatlas-border-internal
deploy / deploy (push) Has been cancelled Details
dev / lint (push) Has been cancelled Details
dev / coverage (push) Has been cancelled Details
dev / release-tests (push) Has been cancelled Details
dev / node-20 (push) Has been cancelled Details
sandcastle-dev / deploy (push) Has been cancelled Details
fix(textureatlas): Apply internal padding between images
2025-11-21 17:14:38 +00:00
Don McCurdy 4e3980cc53 fix(textureatlas): Apply internal padding between images 2025-11-21 11:44:18 -05:00
jjspace c92d0d80a1
Merge pull request #13037 from CesiumGS/chore/textureatlas-visual-tests
chore(textureatlas): Refactor unit tests for visual output
2025-11-20 17:39:22 +00:00
Don McCurdy 16d0cccfdb chore(textureatlas): Fix vertical order unit test debug output 2025-11-20 09:31:57 -05:00
Don McCurdy 5213dfc1c0 update empty space character with '.' 2025-11-18 16:44:20 -05:00
Don McCurdy bd5aa3ff29 chore(textureatlas): Refactor unit tests for visual output 2025-11-18 15:34:19 -05:00
Matt Schwartz bcc5ea383e
Merge pull request #13013 from CesiumGS/clear-console
Add option to clear the console in Sandcastle
2025-11-14 16:56:31 +00:00
Matt Schwartz 278174f9f1
Merge pull request #13020 from donmccurdy/fix/billboard-svg-scale
fix(billboards): Rasterize SVG content at billboard resolution
2025-11-14 15:59:37 +00:00
Don McCurdy cfce282f08 fix(billboards): Scale SVGs in texture atlas to match billboard display size 2025-11-13 16:39:02 -05:00
Sean Lilley debd74eb91
Merge pull request #9961 from DanielLeone/fastPickingWithOctree
Fast terrain picking (via quadtree)
2025-11-13 19:04:43 +00:00
Matt Schwartz d063514d1a Changes.md 2025-11-13 13:41:40 -05:00
Matt Schwartz d748edee14 Variable rename in terrainpicker 2025-11-13 11:49:42 -05:00
Matt Schwartz cdbd86b05b Merge remote-tracking branch 'origin' into fastPickingWithOctree 2025-11-13 11:47:52 -05:00
Matt Schwartz a1419b267c Fix to CHANGES.md 2025-11-13 10:39:26 -05:00
Matt Schwartz 644c18332b
Merge pull request #12983 from alarkbentley/alark/async-picking
Added Scene.pickAsync for non GPU blocking picking
2025-11-13 06:24:25 +00:00
Adam Larkeryd 71a12a341b fix for typedef 2025-11-13 12:22:00 +09:00
Matt Schwartz 9113ae75bc PR revisions #1 2025-11-12 13:23:25 -05:00
Matt Schwartz a6e0226968
Merge pull request #12958 from Beilinson/fix-billboard-subregion
fix billboard subregion not displayed
2025-11-12 16:24:55 +00:00
Adam Larkeryd e70ec8043c doc fixes 2025-11-12 10:21:08 +09:00
Adam Larkeryd 7145e11ba4 revert sandcastle picking demo 2025-11-12 09:47:32 +09:00
Adam Larkeryd 95cb3bb3b9 Picking.pickAsync 2025-11-12 09:40:10 +09:00
Adam Beili e6ac78ff3b Promises 2025-11-11 16:06:53 +02:00
Adam Beili 034653c846 Fix jsdoc types 2025-11-11 15:34:32 +02:00
Adam Larkeryd 45f8734037 Context readPixelsToPBO 2025-11-11 15:45:16 +09:00
Adam Larkeryd 64f07aec37 tests for Sync waitForSignal 2025-11-10 16:31:32 +09:00
Adam Larkeryd febfade1df Sync waitForSignal 2025-11-10 15:25:26 +09:00
Adam 9b42731f52 Fix 2025-11-07 18:33:16 +02:00
Adam 55b2ba865a CR 2025-11-07 18:00:24 +02:00
Matt Schwartz d4582b519b
Merge pull request #13014 from CesiumGS/multiple-console-args
Support multiple console arguments in sandcastle
2025-11-07 10:57:05 -05:00
Adam d34e3ccc30 Fix changes 2025-11-07 13:56:22 +02:00
Adam 85fabf515b Fix jsdoc 2025-11-07 13:39:28 +02:00
Adam 84890e6d95 Refactor 2025-11-07 13:28:26 +02:00
Adam 829a768abf Make existing test properly reflect the render loop 2025-11-07 13:02:44 +02:00
Adam Beili 4ed382f4f3
Merge branch 'CesiumGS:main' into fix-billboard-subregion 2025-11-07 11:03:50 +02:00
Adam Larkeryd 7148621fda added synchronus fallback warning 2025-11-06 15:09:45 +09:00
jjspace 3cc5f439f3
support multiple arguments in console mirror messages 2025-11-04 17:00:23 -05:00
jjspace ba462e219d
add option to clear the console log 2025-11-04 15:21:08 -05:00
Matt Schwartz 1c30cf64b5 Unit test fixes 2025-11-03 22:39:56 -05:00
Matt Schwartz cdf07f4214 Merge remote-tracking branch 'origin' into fastPickingWithOctree 2025-11-03 22:10:29 -05:00
Matt Schwartz e399a8a306 Moves and adds unit tests for picking 2025-11-03 22:09:56 -05:00
Matt Schwartz c0acb452b7 Fixes zero-scale bug in non-terrain cases 2025-11-03 21:50:22 -05:00
Matt Schwartz 1689691878 Fixes transform bugs in 2D/CV modes 2025-11-03 21:30:27 -05:00
Adam Larkeryd ac61464780 Merge branch 'main' into alark/async-picking 2025-11-04 10:10:09 +09:00
jjspace edceb42f3a
update changes.md 2025-11-03 16:01:54 -05:00
jjspace 4547dbb196
Merge pull request #13011 from CesiumGS/fix-sandcastle-deployment
Fix gallery build for prod
2025-11-03 14:53:05 -05:00
jjspace 26bb7275c3
build gallery to Build dir for production deployments 2025-11-03 14:48:24 -05:00
jjspace 8f923ededf
update thirdparty 2025-11-03 13:06:53 -05:00
jjspace b833c8c0a1
minor release guide changes 2025-11-03 13:05:48 -05:00
jjspace 34d6698079
update package versions and changes.md 2025-11-03 13:04:22 -05:00