mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-01-09 02:43:25 +08:00
Update README.md
Document formatting
This commit is contained in:
parent
9c789fdc8b
commit
8eed7bc1e5
@ -10,6 +10,8 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
|
|||||||
<details>
|
<details>
|
||||||
<summary><h1>Procedural nodes</h1></summary>
|
<summary><h1>Procedural nodes</h1></summary>
|
||||||
<details>
|
<details>
|
||||||
|
<summary><h2>Noise</h2></summary>
|
||||||
|
<details>
|
||||||
<summary><h3>Voronoi node</h3></summary>
|
<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.
|
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>
|
||||||
|
</details>
|
||||||
<details>
|
<details>
|
||||||
<summary><h1>UV nodes</h1></summary>
|
<summary><h1>UV nodes</h1></summary>
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user