Gabby Getz

Results 55 issues of Gabby Getz

### What happened? [Original reported on the forum](https://community.cesium.com/t/upgrading-to-cesium-1-92-handletilefailure-error-undefined-tile-is-unloaded-before-the-content-finishes-loading/18138), there is some bad error handling going on in `processArrayBuffer`. Since Angular's zone.js wraps native promises, this is leading to a fatal...

type - bug
category - 3d tiles

# Description This PR enables [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). I figured we'd go ahead and enable the defaults, and we'll turn off rules for now that will require a lot of manual fixes....

Reported on the forum here: https://groups.google.com/forum/#!topic/cesium-dev/HTAJnvct838 > When zooming in and out with billboard clusters, the levels at which billboards cluster and uncluster is inconsistent. It seems that pixelRange is...

type - bug
category - billboards

Hi, I noticed a few broken model displays int he viewer: MetalRoughSpheres ToyCar

The following functions were deprecated in https://github.com/CesiumGS/cesium/pull/12000, and should be entirely removed for the 1.121 release: - `SceneTransforms.wgs84ToDrawingBufferCoordinates` has been deprecated. It will be removed in 1.121. Use `SceneTransforms.worldToDrawingBufferCoordinates` instead....

good first issue
remove in 1.121
JTC

Brought up on the forum here: https://groups.google.com/forum/#!topic/cesium-dev/IH6VTxePo3o The `search` command executes when the user types a search and hits enter or clicks the search button, and also when selecting a...

good first issue
onramping
category - widgets
JTC

# Description This pull request introduces a new system for "procedural" lighting that builds on the Image-Based Lighting (IBL) approach in CesiumJS, aimed at improving the realism and visual quality...

theme - visual quality

# Description Adds a new water mask globe material. The motivation is so that custom globe materials can be written that shade only the land or only the sea, as...

### What happened? When specifying 2D mode with `viewer.scene.mode = Cesium.SceneMode.SCENE2D;` point clouds that have attentuation and eye dome lighting enabled are not visible. This appear to be the case...

type - bug
category - 3d tiles
category - 2d / columbus view

### Feature https://github.com/CesiumGS/cesium/pull/11750 added an initial implementation of clipping polygons. However, some users are seeing performance hits depending on usage. The performance hit is not directly correlated with the number...

type - enhancement
category - 3d tiles
category - memory/performance