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

Update README.md

Document formatting
This commit is contained in:
Digvijaysinh Gohil 2023-10-12 23:11:15 +05:30
parent 9c789fdc8b
commit 8eed7bc1e5

View File

@ -10,6 +10,8 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
<details>
<summary><h1>Procedural nodes</h1></summary>
<details>
<summary><h2>Noise</h2></summary>
<details>
<summary><h3>Voronoi node</h3></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.
@ -28,6 +30,7 @@ Generates a Voronoi or Worley noise based on input UV. Voronoi noise is generate
___
</details>
</details>
</details>
<details>
<summary><h1>UV nodes</h1></summary>
<details>