Quality of Water Effects

Is there anyway to improve the resolution of the water effects? Currently, it works great when viewing from an altitude of 1km or more, but the app that I’m creating requires me to zoom right down to sea level. At this altitude, the water effects are quite blurry, as you can see in the picture below.

Thanks!

Hi Luan,

We don’t have any way through the public API to change this, but you could override the resource used for the water mask texture in Globe.js on line 106, and/or modify the globe’s fragment shader on lines 181-200.

Thanks,

Gabby

Thanks for pointing me in the direction. I’ll have a look.