visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.16k stars 2.08k forks source link

[Bug] 3D Occlusion Non-functional in @deck.gl/mapbox interleaved rendering #8565

Closed chrisgervang closed 7 months ago

chrisgervang commented 7 months ago

Description

Rendering in the mapbox and maplibre context is working, 2D map layers can layered on top of each other (i.e. labels and H3), but no 3D layer occlude (i.e. deck arc and map buildings)

Screen Shot 2024-02-29 at 4 00 36 PM

Flavors

Expected Behavior

Screen Shot 2024-02-29 at 4 25 44 PM

Steps to Reproduce

Run the safegraph or gallery examples

Environment

Logs

No response

Pessimistress commented 7 months ago

Likely fixed by #8543

chrisgervang commented 7 months ago

It isn't, I've been testing with that PR merged in

chrisgervang commented 7 months ago

I take it back, this was likely fixed by #8543. I needed to run yarn start-local since it hadn't been published yet