Skip to content

Commit

Permalink
[fix] ScenegraphLayer has broken lighting and textures (#2443)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Nov 17, 2023
1 parent 110c299 commit 82d616e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layers/src/scenegraph-layer/scenegraph-layer.ts
Expand Up @@ -213,6 +213,8 @@ export default class ScenegraphLayer extends Layer {
return [
new DeckScenegraphLayer({
...this.getDefaultDeckLayerProps(opts),
// gpu data filtering is not supported at the moment in scenegraphLayer https://github.com/visgl/deck.gl/issues/8099
extensions: [],
...data,
fetch,
scenegraph: this.config.visConfig.scenegraph || DEFAULT_MODEL,
Expand Down

0 comments on commit 82d616e

Please sign in to comment.