diff --git a/orx-noise/README.md b/orx-noise/README.md index 8e70648b..d174d8ae 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -187,6 +187,14 @@ val v8 = billow(seed, x, y, z, ::perlinLinear, octaves, lacunarity, gain) ## Demos +### DemoBla + + + +![DemoBlaKt](https://raw.githubusercontent.com/openrndr/orx/media/orx-noise/images/DemoBlaKt.png) + +[source code](src/jvmDemo/kotlin/DemoBla.kt) + ### DemoCubicNoise2D01 Demonstrates how to render dynamic grayscale patterns using 3D cubic Hermite interpolation.