Commit Graph

5637 Commits

Author SHA1 Message Date
Janine Liu 7bb46b0893 Fix changelog [skip ci] 2022-03-21 10:23:25 -04:00
Janine Liu f35400715b Fix dim default lighting 2022-03-21 09:48:58 -04:00
Kevin Ring f13b7a7f17 Merge remote-tracking branch 'origin/main' into split-primitives 2022-03-20 11:57:50 +11:00
ShenWeiQun 6fa219aed2
Merge branch 'CesiumGS:main' into main 2022-03-19 13:51:30 +08:00
ShenWeiQun 85df0515c4
Update CHANGES.md
Co-authored-by: Eli Bogomolny <31491650+ebogo1@users.noreply.github.com>
2022-03-19 13:49:08 +08:00
Janine Liu 3a451e4956 Merge with main 2022-03-18 16:48:19 -04:00
Janine Liu 6867fe4461 Merge with main 2022-03-18 15:22:05 -04:00
Janine Liu 36c6531d6e Update changelog 2022-03-18 11:23:15 -04:00
swq ebaba5165f Update CHANGES.md 2022-03-18 18:39:03 +08:00
Xavier Tassin 07bea7fabd Merged back main branch 2022-03-18 08:25:27 +01:00
Gabby Getz 8e5dd946b8
Merge pull request #10198 from virtualcitySYSTEMS/feature-fixMinimumLevelTileMapServiceImageryProvider
fix MinimumLevel evaluation in TileMapServiceImageryProvider
2022-03-17 09:59:26 -04:00
Janine Liu 72795490fe Fix incorrect rotation bug 2022-03-16 15:36:16 -04:00
Janine Liu 1aa1d9bb07 Merge with main 2022-03-16 15:05:08 -04:00
Sean Lilley d5c006bbc0 Add link to 3D Tiles 1.1 draft 2022-03-16 14:13:12 -04:00
Peter Gagliardi c584bf2254 Merge branch 'main' into sync-1.1 2022-03-16 13:08:36 -04:00
Gabby Getz 31c154a299 Remove when.js and replace with native promises
There were a few areas in Source where a function was assumed to be executed synchronously when a function was resolved. Native Promises however, by spec, will resolve at the end of a frame. There were also some strange handling of promise rejection in imagery providers that I cleaned up a bit in order to make them testable.

- In LabelCollection and EntityCluster, order of execution adjustment where made.
- Added TextureAtlas.addImageSync to support the order of execution fix in LabelCollection
- ArcGisMapServerImageryProvider.readyPromise will not reject if there is a failure unless the request cannot be retried.
- SingleTileImageryProvider.readyPromise will not reject if there is a failure unless the request cannot be retried.

The majority of the changes lie in the Specs, where unresolved promises weren’t being awaited before finishing executions, and where resolved promises are assumed to be synchronous all over the place and needed a good amount of fixes. Another issue which came up was calling Promise.reject in the body of a spec can cause node to halt execution when running via the command line.
2022-03-16 09:38:39 -04:00
Janine Liu e662a02bf1
Merge branch 'main' into extension-revisions 2022-03-16 09:25:12 -04:00
Jannes Bolling 67b34adff2 fixed a Bug where minimumLevel is always zero on metadataFailure for TileMapServiceImageryProvider 2022-03-16 14:09:36 +01:00
Sean Lilley 324a8f2530
Merge pull request #10199 from CesiumGS/value-transform
Apply offset/scale to property tables for CPU metadata classes
2022-03-15 16:29:25 -04:00
Peter Gagliardi e7177d953e Update CHANGES.md 2022-03-15 13:41:18 -04:00
IanLilleyT 1438575706 updated CHANGES.md 2022-03-15 12:05:32 -04:00
jeffechua da790a23f7
Update CHANGES.md
Co-authored-by: Sam Suhag <sanjeetsuhag@users.noreply.github.com>
2022-03-15 14:09:23 +00:00
Gabby Getz 3b27465a13
Merge branch 'main' into fix-firefox-dimensionless-svg-image 2022-03-15 10:02:12 -04:00
Janine Liu 1d4fd22bd2
Merge branch 'main' into model-experimental-minimum-pixel-size 2022-03-14 17:18:41 -04:00
Janine Liu 363e32c9cd Add incorrect scale initialization fix 2022-03-14 17:05:48 -04:00
Janine Liu 3561b392e7 readd s2 bounding volume extension 2022-03-14 13:30:51 -04:00
Xavier Tassin 0008936044 Updated tests and CHANGES.md 2022-03-14 16:10:09 +01:00
Gabby Getz 9018527a14
Update CHANGES.md wording 2022-03-14 10:58:12 -04:00
swq 237bb85c2b Update CHANGES.md 2022-03-14 22:29:07 +08:00
Kevin Ring 4ca71a3351 Add Sandcastle image, update CHANGES.md. 2022-03-13 22:25:46 +11:00
Kevin Ring 75ada2023a Update CHANGES.md. 2022-03-13 22:14:04 +11:00
Nathan Schulte c03ea38e7a work-around dimensionless SVG in Firefox 2022-03-10 21:31:15 -06:00
Janine Liu 0f86768337 Merge with main 2022-03-10 13:38:51 -05:00
Eli Bogomolny 3538dca07a
Merge branch 'main' into delete-specrunner 2022-03-10 11:48:40 -05:00
Eli Bogomolny 055a86868d Update CHANGES.md and README.md 2022-03-10 11:47:17 -05:00
Janine Liu 481cfc896d
Merge branch 'main' into extension-revisions 2022-03-10 11:22:01 -05:00
Sean Lilley 587d15f813 Update CHANGES.md 2022-03-09 16:24:13 -05:00
Sean Lilley 14b8e13c80
Merge pull request #10180 from CesiumGS/feature-id-labels
Add support for feature ID labels
2022-03-09 16:23:28 -05:00
Peter Gagliardi 63097d89d9 Update CHANGES.md 2022-03-09 13:52:59 -05:00
Janine Liu 9cfc9cf3eb Update changelog [skip ci] 2022-03-09 13:45:38 -05:00
Janine Liu a76473633c update CHANGES.md [skip ci] 2022-03-09 10:18:39 -05:00
Janine Liu ddd78aeb1f update changelog [skip ci] 2022-03-08 15:53:19 -05:00
Janine Liu 8160076385 Fix typos 2022-03-08 13:54:32 -05:00
Janine Liu 43e6e46b71 Update changelog [skip ci] 2022-03-08 12:01:15 -05:00
Peter Gagliardi d5ce1350bf Update CHANGES.md 2022-03-07 17:08:55 -05:00
Janine Liu bf4e99cf75 Fix documentation typos and update changelog 2022-03-07 13:32:23 -05:00
jeffechua d1bf81784c
Merge branch 'main' into custom-texture-coordinates 2022-03-05 16:14:14 +00:00
Jefferson Chua 9c53dfbf5a Removed GeoJsonDataSource changes and amended CHANGES.md. 2022-03-05 16:12:33 +00:00
Janine Liu 97aab3bde2 Update CHANGES.md [skip ci] 2022-03-04 17:18:30 -05:00
Peter Gagliardi 9b27f1e711
Merge pull request #10159 from CesiumGS/fold-tile-and-content-metadata-extensions
Fold tile and content metadata extensions
2022-03-04 15:13:38 -05:00
Janine Liu 0423e3207a Fold content and group metadata 2022-03-03 16:58:06 -05:00
Janine Liu c7495f7fec
Merge pull request #10151 from CesiumGS/buffer-view-renaming
Rename `bufferView -> values` in property tables
2022-03-03 14:33:26 -05:00
Peter Gagliardi 6322f75159 [skip ci] update CHANGES.md 2022-03-03 14:32:34 -05:00
Peter Gagliardi f5f87576bd
[skip ci] tweak wording in CHANGES.md 2022-03-02 17:05:14 -05:00
Janine Liu 0d1aacda36 Update CHANGES.md [skip ci] 2022-03-02 16:18:19 -05:00
Janine Liu 5286e0f342 Rename tilesetJson parameter to metadataJson 2022-03-02 15:41:37 -05:00
Janine Liu 68dfc8eb6c Reorganize code and unit tests 2022-03-02 14:08:27 -05:00
Janine Liu 9fbae29876
Update CHANGES.md [skip ci] 2022-03-01 16:42:26 -05:00
Peter Gagliardi 2b56fcda9a [skip ci] Reorganize 3D Tiles Next changelog entry 2022-03-01 16:06:11 -05:00
Peter Gagliardi d5c60a0779 Merge branch 'main' into extension-revisions 2022-03-01 15:30:00 -05:00
Eli Bogomolny 999ee4e6b8 1.91 release updates 2022-03-01 10:02:44 -05:00
Janine Liu 42f754cbd7
Updated CHANGES.md [skip ci] 2022-02-28 16:29:18 -05:00
Gabby Getz 9b93f47d43
Merge pull request #10148 from CesiumGS/PickRay-doc-update
Updating the documentation for camera.getPickRay
2022-02-28 15:10:51 -05:00
Sean Lilley 9c2f60e7a6
Merge branch 'main' into add-showCreditsOnScreen 2022-02-28 14:40:53 -05:00
Samuel Rothstein 7ef1c89ba9 updated the wording in the change log 2022-02-28 10:51:53 -08:00
Samuel Rothstein e8a7ba05d9 moved entry from fixes into breaking changes 2022-02-28 10:50:53 -08:00
Samuel Rothstein db8881307d added a Breaking Changes section to the change log 2022-02-28 10:49:56 -08:00
Samuel Rothstein 24ff1a00f1 removed documentation from fixes in the change log 2022-02-28 10:48:23 -08:00
Samuel Rothstein 122825f550 Merge branch 'main' of github.com:CesiumGS/cesium 2022-02-28 10:37:24 -08:00
Janine Liu 9ffcefce78
[skip ci] Update CHANGES.md 2022-02-28 10:53:27 -05:00
Gabby Getz c3e3451cff
Merge pull request #10139 from CesiumGS/camera-PickRay-exception
camera.getPickRay exception when Scene is not rendered
2022-02-28 09:59:09 -05:00
IanLilleyT 3075cd4399 merge with origin/main 2022-02-28 09:30:48 -05:00
Janine Liu 3fd1896151
[skip ci] Update CHANGES.md 2022-02-24 17:01:56 -05:00
Samuel Rothstein d10abcffed fixed minor spelling mistakes in CHANGES.md 2022-02-24 11:57:53 -08:00
Samuel Rothstein c0f1a0b753 updated change log in CHANGES.md 2022-02-24 11:55:22 -08:00
Sean Lilley 950f7bf8dc
Merge pull request #10138 from CesiumGS/gltf-copyrights
Show glTF copyrights under the credits display
2022-02-24 14:35:45 -05:00
Sam Suhag bbee68923c
Merge pull request #10130 from CesiumGS/obbConversion
Various OrientedBoundingBox, AxisAlignedBoundingBox, BoundingSphere, and Rectangle functions
2022-02-24 14:33:33 -05:00
Sean Lilley 687eca3d02
Merge branch 'main' into gltf-copyrights 2022-02-24 08:17:16 -05:00
Janine Liu 2929278d86
[skip ci] Update CHANGES.md 2022-02-23 17:27:09 -05:00
Eli Bogomolny 178cd583be
Merge pull request #10124 from CesiumGS/matrixFunctions
Affine transformation helpers functions for `Matrix` classes
2022-02-23 15:49:49 -05:00
Janine Liu f69cee3c7b Fix CHANGES.md merge conflict 2022-02-23 10:51:18 -05:00
IanLilleyT 496ec0bc8c new obb, aabb, and rectangle functions 2022-02-23 09:49:02 -05:00
IanLilleyT 674f059540 affine transformation helper functions 2022-02-22 13:42:36 -05:00
Peter Gagliardi ef73bd0ace Merge branch 'main' into extension-revisions 2022-02-18 15:07:37 -05:00
Peter Gagliardi 6a265346cd update CHANGES.md 2022-02-18 11:55:43 -05:00
Janine Liu 2a8cfc2714
Merge pull request #10110 from CesiumGS/fix-custom-shader-translucency
Fix translucency in custom shaders with features
2022-02-18 09:29:08 -05:00
Sean Lilley 6f4e4807a7
Merge pull request #10052 from CesiumGS/manager-msaa
Add MSAA option for Webgl2
2022-02-17 19:17:41 -05:00
Sean Lilley 678ec805bc Update CHANGES 2022-02-16 20:20:58 -05:00
Peter Gagliardi 1c941994db update CHANGES.md 2022-02-16 13:20:33 -05:00
Jefferson Chua 77c4e8fa68 Added specs for explicit texture coordinates, added more detail to documentation, eslinted code. 2022-02-16 17:52:58 +00:00
Janine Liu 2e422bee78 Add comments for clarity 2022-02-15 15:35:25 -05:00
Peter Gagliardi 6e61c1adcf [skip ci] Update CHANGES.md 2022-02-11 16:49:11 -05:00
Peter Gagliardi 33ac51457b
[skip ci] tweak wording in CHANGES.md 2022-02-11 16:38:49 -05:00
Janine Liu 9bb96872e6 Clean up code and documentation 2022-02-11 15:38:14 -05:00
Daniel Krupka 450216e590 Documentation and property declaration fixes 2022-02-11 14:27:46 -05:00
Daniel Krupka 3291455319 Merge branch 'main' of github.com:CesiumGS/cesium into model-experimental-minimum-pixel-size 2022-02-11 10:00:28 -05:00
Daniel Krupka cfe421ab68 Update CHANGES.md 2022-02-11 08:24:24 -05:00
Peter Gagliardi 2de96feae0
Merge pull request #10078 from CesiumGS/modelexperimental-boundingSphereFix
Make `ModelExperimental`'s bounding sphere update with model matrix
2022-02-07 16:15:20 -05:00
Janine Liu bcac0f2cb1
Update CHANGES.md 2022-02-04 16:49:59 -05:00
Janine Liu 0f3b4fa333
Update CHANGES.md 2022-02-04 15:26:37 -05:00
James Bromwell 191f2a1c2c Move changelog entry to next version 2022-02-04 14:31:05 +01:00
James Bromwell 8baee1782c Update CHANGES.md 2022-02-04 14:27:35 +01:00
Eli Bogomolny fd84fd9584 Update CHANGES.md and add Sandcastle example 2022-02-03 17:41:54 -05:00
Peter Gagliardi 68fd571b6b
Merge pull request #10070 from CesiumGS/modelexperimental-backfaceculling
Add back-face culling to `ModelExperimental`
2022-02-03 14:54:18 -05:00
Janine Liu 06b8c4b413
Update CHANGES.md 2022-02-03 13:46:39 -05:00
Janine Liu 5e106c1127
Merge branch 'main' into modelexperimental-backfaceculling 2022-02-03 13:26:04 -05:00
Janine Liu 41328ce250 Update CHANGES.md, tweak documentation and test labeling 2022-02-03 13:25:05 -05:00
Chris Cooper e123b39b32 Merge remote-tracking branch 'upstream/main' into de-clip 2022-02-03 13:34:19 +11:00
Peter Gagliardi 676a5b2fb5
Merge pull request #10055 from CesiumGS/replace-gltf3dtilecontent
Replace `Gltf3DTileContent` with `ModelExperimental3DTileContent`
2022-02-02 16:47:29 -05:00
Janine Liu 68fbe1b9b7 Fix CHANGES.md typo 2022-02-01 15:39:24 -05:00
Janine Liu 4eaa25a950 Add comments to spec, update change log 2022-02-01 15:38:22 -05:00
Gabby Getz a11b14cab7 1.90 release updates 2022-02-01 13:57:02 -05:00
Chris Cooper 5f23286f5a changes.md 2022-02-01 12:02:50 +11:00
Peter Gagliardi 8c6982dae9 Update CHANGES.md 2022-01-31 11:53:30 -05:00
Sean Lilley 9855a6d8f8
Merge pull request #10018 from CesiumGS/multi-feature-ids
Handle multiple feature ID sets in `ModelExperimental`
2022-01-28 11:56:41 -05:00
Samuel Rothstein 66f16fbab9 updated changes.md 2022-01-27 10:00:39 -08:00
Peter Gagliardi 6ff5186c3b Merge tag 'post-let-const' into lets-merge2
Post let/const transition
2022-01-26 16:07:43 -05:00
Venus 061491ccd7
Merge branch 'main' into main 2022-01-25 22:57:41 +08:00
puckey 5b75a742eb Update CHANGES.md 2022-01-25 10:51:39 +01:00
bbbbx d975dfce0b Update changelog 2022-01-25 11:29:06 +08:00
Peter Gagliardi f95f6800bb Update CHANGES.md 2022-01-24 15:53:31 -05:00
Peter Gagliardi a187a94dca Merge branch 'main' into multi-feature-ids 2022-01-24 14:45:51 -05:00
Peter Gagliardi 68b5d6e3d9 Update CHANGES.md 2022-01-24 12:50:06 -05:00
Peter Gagliardi 33c86b63fe Add note in changelog about feature IDs in CustomShader 2022-01-21 15:52:53 -05:00
Peter Gagliardi bb2b3b320a Update CHANGES.md 2022-01-20 11:57:00 -05:00
Gabrielle Getz 2da518c72a Update CHANGES.md 2022-01-14 17:07:09 -05:00
Peter Gagliardi b112b49fb4
Merge pull request #9968 from CesiumGS/i3dm-loader
Adds support for using I3DMs with ModelExperimental
2022-01-14 13:50:29 -05:00
Peter Gagliardi a39e8ed8e6 Update CHANGES.md 2022-01-13 14:51:56 -05:00
Sanjeet Suhag 3a90661300 Adds to changelog, fixes spec 2022-01-13 14:37:48 -05:00
Peter Gagliardi d055289243 update CHANGES.md 2022-01-12 15:56:55 -05:00
Sean Lilley 852d1f92b9 Update CHANGES.md [skip ci] 2022-01-04 16:31:08 -05:00
Eli Bogomolny d91d45185f Update CHANGES.md for 1.90 release 2022-01-03 17:56:27 -05:00
Eli Bogomolny 12ff66224d Merge remote-tracking branch 'origin/main' into handle-geojson-null-style-with-opacity 2022-01-03 17:39:01 -05:00
Eli Bogomolny 12bf7f83f6 Update for 1.89 release 2022-01-03 15:37:40 -05:00
Peter Gagliardi fc62d16ada Update CHANGES.md 2021-12-17 13:38:47 -05:00
Sean Lilley 92a9fe1246 Update CHANGES.md 2021-12-13 15:00:41 -05:00
Sean Lilley 6bdf4b50af Update CHANGES.md 2021-12-13 14:49:41 -05:00
Sean Lilley 196cf1d065
Merge branch 'main' into wms-getfeatureurl 2021-12-13 14:47:14 -05:00
Sean Lilley f53e5b25cf Update CHANGES and CONTRIBUTORS 2021-12-13 09:30:00 -05:00
martin-bom cde1e15f9d
Merge branch 'main' into wms-getfeatureurl 2021-12-13 11:16:08 +11:00
IanLilleyT 2a4f5c9020 return undefined instead of 1,0,0 for degenerate triangle 2021-12-12 11:49:02 -05:00
Sean Lilley 667afdc0c2
Merge branch 'main' into camera-changed-fix 2021-12-09 20:42:11 -05:00
Sean Lilley 4d5e3d878e
Merge pull request #9877 from lyqh-ctx/zgeo-tx
adds color for CumulusCloud
2021-12-09 20:02:49 -05:00
Sean Lilley bbb38fa20a
Merge pull request #9797 from tantricllama/wms-1.3.0-fix
Reverse axis order in WMS 1.3.0 for certain EPSGs
2021-12-09 19:41:08 -05:00
Sean Lilley 94877af4ad Update CHANGES.md 2021-12-09 19:22:44 -05:00
Sean Lilley 0a14ab12fa Update CHANGES.md 2021-12-09 19:03:08 -05:00
Sean Lilley 7f77c90a86 Merge branch 'main' into lambertMultiplier 2021-12-09 19:02:46 -05:00
Sean Lilley f1c22bb480
Merge branch 'main' into zgeo-tx 2021-12-09 18:35:06 -05:00
Sean Lilley ab777b3351 Updated to cloud color 2021-12-09 18:31:06 -05:00
Sean Lilley a6821669ce Update CHANGES.md 2021-12-09 11:24:15 -05:00