Visual · Published v1

LbmWater

LbmWater from Water Drop Tank.

From Water Drop Tank · v2. Edit this definition in its source simulation.

Source

visual LbmWater for FreeSurfaceWater {
    color {
        let speed = clamp((abs(self.ux) + abs(self.uy) + abs(self.uz)) * 8.0, 0.0, 1.0);
        // A voxel view of fill, not a reconstructed subcell water surface.
        rgba(0.03 + speed * 0.3 + self.unstable * 0.7, 0.38 + speed * 0.25, 0.78, clamp(self.fill * 2.0, 0.0, 0.88))
    }
}

Building blocks

These exact versions are included when you reuse this artifact.

PropertyFreeSurfaceWater@hyle · v1