1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-07 01:43:35 +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
### 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.
**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|
</details>
___
### UV nodes
___