* Fix `Color.fromCssColorString` in case of parsing `rgb(a)`/`hsl(a)` CSS colors with modern "space-separated" syntax
* Add `Alexander Popoff` (@aerialist7) to the list of contributors
* Escaping
* Disable `/` parsing
* Fix regexps
* Only remove surrounding whitespace from color strings
* Enable `/` parsing
* Formatting
* Make sure availability tiles are loaded before deciding there is no terrain at that x, y, level
* Return the correct promise
* Update CHANGES.md
* Adjust camera controls for 3D
* Use first picked position in drag when possible
* Use pick position direction for panning
* Only use new camera controls when globe is false
* Spin3d should fallback to old behavior when globe is defined
* pick globe on spin3d
* Fallback to old behavior for spin3d
* Updates for Google Photorealistic 3D Tiles
* Updates for 1.105.1 release
* Fix doc for Entity.prototype.computeModelMatrix (#11277)
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
* Update widgets version
* fixed datasource display visualizer callback typedef (#11294)
* Add TextureUniform type for setUniform value type (#11284)
* Add unit test
* Enable standard derivatives extension in demodernizeShader
* Update CHANGES.md
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
Co-authored-by: Jeshurun Hembd <41167620+jjhembd@users.noreply.github.com>
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
Co-authored-by: Ben Kuster <bkuster@vc.systems>
Co-authored-by: Frédéric Junod <frederic.junod@camptocamp.com>
* Use alpha from rendered scene in AmbientOcclusionModulate
* Update CHANGES.md
* Fix coordinates for random texture sampling
---------
Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
* update the UniformType : mat3
* add CONTRIBUTORS.md
* Update CHANGES.md with adding a summary about this change.
---------
Co-authored-by: Gabby Getz <gabby@cesium.com>
* Allow per feature undefined values in Cesium3DTileStyle
Allow to use StyleExpression for scaleByDistance. translucencyByDistance, distanceDisplayCondition which returns undefined for some objects
* update CONTRIBUTORS
* fix code style
* fix code style
* Update CHANGES.md
* Update CHANGES.md
* Update CHANGES.md
* Add test for style options witch can be evaluated to undefined
* Add test for style options witch can be evaluated to undefined
* Add test for style options witch can be evaluated to undefined