diff --git a/orx-noise/README.md b/orx-noise/README.md index d174d8ae..8e70648b 100644 --- a/orx-noise/README.md +++ b/orx-noise/README.md @@ -187,14 +187,6 @@ 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.