Fluid Renderer
As of version 5.36.0, a new fluid rendering component has been added to the Scene
class and allows you to render particles (ParticleSystem
, GPUParticleSystem
or some custom vertex buffers) as a fluid.
Coming next
Using the Fluid Renderer
Learn how to use the fluid renderer component to display particle systems as a fluid

Fluid Rendering Demos
Learn how to use the fluid renderer component to display particle systems as a fluid

Fluid Rendering GUI
GUI classes for fluid rendering projects

Technical Implementation Details
Learn how the fluid renderer component has been implemented in Babylon.js
