OWebGL Fluid Enhanced
Example Configurations

Black Color

Configuration to get a black colored simulation

Config

simulation.setConfig({
  brightness: 0.3,
  backgroundColor: "#000000,
  colorPalette: ["#FFFFFF"],
  inverted: true,
});

Try config in playground here

Screenshot

Black Color Simulation Example

On this page

Edit on GitHub