From 6361fe889dd758e35b0d2703fde451ffa974d767 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 30 Mar 2020 09:29:28 +0800 Subject: [PATCH] update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 431dbf52..f77f089a 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,19 @@ See [examples](examples). - surface/sf_sphere - surface/sf_torus - surface/sf_solidify - + +- Noise (2.3 Preview) + - noise/nz_perlin1 + - noise/nz_perlin1s + - noise/nz_perlin2 + - noise/nz_perlin2s + - noise/nz_perlin3 + - noise/nz_perlin3s + - noise/nz_worley1 + - noise/nz_worley1s + - noise/nz_worley2 + - noise/nz_worley2s + ## Bugs and Feedback For bugs, questions and discussions please use the [Github Issues](https://github.com/JustinSDK/dotSCAD/issues).