From e8f8016f618bddf5ec57e11b8513fd3f1b81e392 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Fri, 13 Oct 2023 00:58:01 +0530 Subject: [PATCH] Update README.md Documentation for Simple Noise node --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d29830e..0f059b9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,22 @@ Generates a gradient, or Perlin, noise based on input UV. The resulting **_outpu |uv|vec2|UV|Input UV value| |scale|float|none|Noise scale| +**Outputs** +|Name|Type|Binding|Description| +|---|---|---|---| +|output|float|None|Output noise value| +___ + +
+

Simple Noise node

+Generates a simple, or Value, noise based on input UV. The resulting **_output_** values will be between 0 and 1. + +**Inputs** +|Name|Type|Binding|Description| +|---|---|---|---| +|uv|vec2|UV|Input UV value| +|scale|float|none|Noise scale| + **Outputs** |Name|Type|Binding|Description| |---|---|---|---|