diff --git a/README.md b/README.md index 4bfc2863..a1840d95 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-kdtree`](orx-kdtree/) | Fast search of points closest to the queried point in a data set. 2D, 3D and 4D. | | [`orx-marching-squares`](orx-marching-squares/) | Tools for extracting contours from functions | | [`orx-mesh-generators`](orx-mesh-generators/) | 3D-mesh generating functions and DSL. | +| [`orx-mesh-noise`](orx-mesh-noise/) | Generate random samples on the surface of a mesh ## Demos ### DemoMeshNoise01 [source code](src/jvmDemo/kotlin/DemoMeshNoise01.kt) | | [`orx-no-clear`](orx-no-clear/) | Provides the classical "draw-without-clearing-the-screen" functionality. | | [`orx-noise`](orx-noise/) | Randomness for every type of person: Perlin, uniform, value, simplex, fractal and many other types of noise. | | [`orx-obj-loader`](orx-obj-loader/) | Simple loader and saver for Wavefront .obj 3D mesh files. |