add wind power on Cesium

Is there any methods or ideas to add the wind power on Cesium?

this is a sample on 2d map(https://github.com/polluxll/Wind).

I set the canvas element as Material unifrom,but there was no animation on globe

在 2017年9月30日星期六 UTC+8下午4:07:24,liu liang写道:

Hi,

It’s possible to create a custom ImageryProvider from a canvas. Take a look at GridImageryProvider.js, that would be a good starting point for an example.

Looks like an interesting application, we’d love to see the finished product!

Thanks!

Gabby

thanks,I will have a try.

在 2017年10月11日星期三 UTC+8上午5:01:42,Gabby Getz写道:

在 2017年10月12日星期四 UTC+8上午11:09:39,liu liang写道:

hi liu liang
Have you achieved this effect?

在 2017年10月12日星期四 UTC+8上午11:09:39,liu liang写道:

在 2018年2月9日星期五 UTC+8上午11:48:15,Tony Zhang写道:

hi liu liang
Have you achieved this effect?

在 2017年10月12日星期四 UTC+8上午11:09:39,liu liang写道:
thanks,I will have a try.

在 2017年10月11日星期三 UTC+8上午5:01:42,Gabby Getz写道:

Hi,

It's possible to create a custom ImageryProvider from a canvas. Take a look at GridImageryProvider.js, that would be a good starting point for an example.

Looks like an interesting application, we'd love to see the finished product!

Thanks!
Gabby

I set the canvas element as Material unifrom,but there was no animation on globe

在 2017年9月30日星期六 UTC+8下午4:07:24,liu liang写道:

Is there any methods or ideas to add the wind power on Cesium?
this is a sample on 2d map(GitHub - polluxll/Wind: A WebGL visualization of wind power).

--

You received this message because you are subscribed to the Google Groups "cesium-dev" group.

To unsubscribe from this group and stop receiving emails from it, send an email to cesium-dev+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Maybe you can add a separate canvas on globe viewer,and then draw every screen point like this sample(https://github.com/polluxll/Wind/blob/master/wind/wind.gif)