Flood simulation in cesium

The idea is to make a simulation of flood inside cesium, using the depth of the terrain and of the tileset.

No code have been writen on this subject i think.

Is it possible to do something like this?

4. The Cesium version you're using, your operating system and browser.
I'm using Cesium 1.44 with windows 10 and Mozzila Firefox.

Greetings,
Yohann

Hi Yohann,

What I would suggest is to create an ellipsoid at the globe’s center, the size of the radius of the globe plus your flood height. Additionally, turn Globe.depthTestAgainstTerrain on.

Depending on the scale, you may not need an ellipsoid to show the curvature of the earth. In thast case you could just use a plane.

Thanks,

Gabby