deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
### Description When changing `colorRange` prop, it works ok as long as there are the same number of elements in the old and new values. If the number of elements...
#### Background Fix performance regression in Carto's RasterLayer caused by unnecessary buffer updates. RasterLayer wraps passes temporary `data` object to ColumnLayer and by default this was detected as data change...
Closes # #### Background - Bump all loaders.gl dependencies to ^4.3.0 - Check build, tests and website. #### Change List
### Description I have a quantized model in glb-file. `ScenegraphLayer` from `deck.gl v 9.0.33` cannot load quantized glb-file. But `deck.gl v 8.8.2` do it without any problems. Simple app that...
Closes #9206 Change List - create-props.ts Changed `createPropsPrototypeAndTypes` to bail out if the parent class of the passed component class is the global function prototype so that it doesn't get...
#### Background I noticed that that passing `depthTest` in `Parameters` raises a type error, despite working in the past: ```ts const scatter = new ScatterplotLayer({ parameters: {depthTest: false} }); ```...
Closes # #### Background #### Change List -
### Description I am getting the following error from TypeScript when using `useControl` from `react-map-gl/maplibre` and `MapboxOverlay` when following [the documentation](https://deck.gl/docs/developer-guide/base-maps/using-with-maplibre#example-interleaved-or-overlaid). ``` Type 'MapboxOverlay' does not satisfy the constraint 'IControl'....
### Description As soon as a deck.gl layer is created in an application that uses react-three-fiber (r3f), the r3f components stop responding to events. The reason is that create-props.ts is...
### Description Hi, I need to move some 3D tiles (Tile3DLayer) to 0 elevation. Using custom modelMatrix does not work it seems. I discussed it on slack, but it seems...