CesiumJS with 3D-Wind

3D-Wind-Field : GitHub - RaymanNg/3D-Wind-Field: Visualize wind field on Cesium

Hello, I’m using CesiumJS to implement 3D wind flow.

When the wind flow is raised at an altitude of 100 meters and the camera is below 100 meters (The wind is above the camera), the particles disappear.

I wonder if it’s a problem with the library or Cesium JS. If it’s a library problem, I wonder if I can modify the GLSL code. Thank you.

I’m trying to use the code of this project too, 3D-Wind-Field, but I have several problems. From what I see, the project was prepared to work with webgl1, and now by default Cesium works with webgl2. The shaders code needs to be changed a little. ¿Have you managed to get that code working with a recent version of Cesium?

disable depth test will help