diff --git a/README.md b/README.md index 529e462..44b4f71 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur ## Nodes documentation ### Procedural nodes ___ -#### Voronoi node +
+#### Voronoi node Generates a Voronoi or Worley noise based on input UV. Voronoi noise is generated by calculating distances between a pixel and a lattice of points. By offsetting these points by a pseudo-random number, controlled by **_angle offset_**, a cluster of cells can be generated. **Inputs** @@ -24,6 +25,7 @@ Generates a Voronoi or Worley noise based on input UV. Voronoi noise is generate |---|---|---|---| |output|float|None|Output noise value| |cells|float|None|Raw cell data| +
___ ### UV nodes ___