Replies: 1 comment 1 reply
-
Hi @am2222 did you manage to figure it out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to visualize animated water on the map using a custom deckgl layer?
I have done some research and it seems there is ways we can visualize water using mapbox and threebox. however it needs to create a large plane and cover entire map with that plane and then render the land on top of it. However with deck.gl I noticed we can have sublayers for MVT layers and fill-extension . I also noticed
luma.gl
supports 3d textures (https://luma.gl/examples/api/texture-3d/) so was wondering if its possible to have a water like texture?Beta Was this translation helpful? Give feedback.
All reactions