> There's a lot of ways to go about doing this, depending on what your data looks like. There's nothing built in to Cesium to do this so there's no quick solution, but if you just wanted to implement something similar to that blog post you could render that in a separate WebGL canvas, and then use that as a source for a material that you then use for polygons draped on the surface of the globe. You could try writing the shaders yourself in Cesium. This would be a good start to more advanced usage of the Cesium API.
>
> On Wednesday, July 18, 2018 at 5:46:03 AM UTC-4,
xyjwy...@gmail.com wrote:How to built WebGL wind map into cesium like
>
https://blog.mapbox.com/how-i-built-a-wind-map-with-webgl-b63022b5537f
I set the canvas element as Material unifrom,but there was no animation on globe!