1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-09 02:43:25 +08:00

Update README.md

This commit is contained in:
Digvijaysinh Gohil 2023-10-12 22:26:05 +05:30
parent e36ac78761
commit b8a00eca12

View File

@ -9,7 +9,8 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
## Nodes documentation ## Nodes documentation
### Procedural nodes ### Procedural nodes
___ ___
#### Voronoi node <details>
<summary>#### Voronoi node</summary>
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. 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** **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| |output|float|None|Output noise value|
|cells|float|None|Raw cell data| |cells|float|None|Raw cell data|
</details>
___ ___
### UV nodes ### UV nodes
___ ___