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

Update Documentation.md

This commit is contained in:
Digvijaysinh Gohil 2024-02-26 22:16:57 +05:30
parent e73385e903
commit 47c437f10c

View File

@ -7,49 +7,57 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
# Available Nodes
<details>
<summary><h2>Geometry nodes</h2></summary>
<hr>
<h5>[Mesh node](/documentation/Nodes/Geometry/Mesh.md)</h5>
<hr>
</details>
<details>
<summary><h2>Maths nodes</h2></summary>
<hr>
<details>
<summary><h3>Vector</h3></summary>
<h5>[Vector Transform node](/documentation/Nodes/Maths/Vector/VectorTransform.md)</h5>
<h5>[Vector Transform node](/Nodes/Maths/Vector/VectorTransform.md)</h5>
</details>
<details>
<summary><h2>Wave</h2></summary>
<h5>[Noise Sine Wave node](/documentation/Nodes/Maths/Wave/NoiseSineWave.md)</h5>
<h5>[Sawtooth Wave node](/documentation/Nodes/Maths/Wave/SawtoothWave.md)</h5>
<h5>[Square Wave node](/documentation/Nodes/Maths/Wave/SquareWave.md)</h5>
<h5>[Triangle Wave node](/documentation/Nodes/Maths/Wave/TriangleWave.md)</h5>
<h5>[Noise Sine Wave node](/Nodes/Maths/Wave/NoiseSineWave.md)</h5>
<h5>[Sawtooth Wave node](/Nodes/Maths/Wave/SawtoothWave.md)</h5>
<h5>[Square Wave node](/Nodes/Maths/Wave/SquareWave.md)</h5>
<h5>[Triangle Wave node](/Nodes/Maths/Wave/TriangleWave.md)</h5>
</details>
<hr>
</details>
<details>
<summary><h2>Procedural nodes</h2></summary>
<h5>[Checker Board node](/documentation/Nodes/Procedural/CheckerBoard.md)</h5>
<hr>
<h5>[Checker Board node](/Nodes/Procedural/CheckerBoard.md)</h5>
<details>
<summary><h3>Noise</h3></summary>
<h5>[Gradient Noise node](/documentation/Nodes/Procedural/Noise/GradientNoise.md)</h5>
<h5>[Pseudo Random Noise node](/documentation/Nodes/Procedural/Noise/PseudoRandomNoise.md)</h5>
<h5>[Simple Noise node](/documentation/Nodes/Procedural/Noise/SimpleNoise.md)</h5>
<h5>[Voronoi node](/documentation/Nodes/Procedural/Noise/Voronoi.md)</h5>
<h5>[Gradient Noise node](/Nodes/Procedural/Noise/GradientNoise.md)</h5>
<h5>[Pseudo Random Noise node](/Nodes/Procedural/Noise/PseudoRandomNoise.md)</h5>
<h5>[Simple Noise node](/Nodes/Procedural/Noise/SimpleNoise.md)</h5>
<h5>[Voronoi node](/Nodes/Procedural/Noise/Voronoi.md)</h5>
</details>
<details>
<summary><h2>Shapes</h2></summary>
<h5>[Ellipse node](/documentation/Nodes/Procedural/Shapes/Ellipse.md)</h5>
<h5>[Polygon node](/documentation/Nodes/Procedural/Shapes/Polygon.md)</h5>
<h5>[Rectangle node](/documentation/Nodes/Procedural/Shapes/Rectangle.md)</h5>
<h5>[Rounded Polygon node](/documentation/Nodes/Procedural/Shapes/RoundedPolygon.md)</h5>
<h5>[Rounded Rectangle node](/documentation/Nodes/Procedural/Shapes/RoundedRectangle.md)</h5>
<h5>[Ellipse node](/Nodes/Procedural/Shapes/Ellipse.md)</h5>
<h5>[Polygon node](/Nodes/Procedural/Shapes/Polygon.md)</h5>
<h5>[Rectangle node](/Nodes/Procedural/Shapes/Rectangle.md)</h5>
<h5>[Rounded Polygon node](/Nodes/Procedural/Shapes/RoundedPolygon.md)</h5>
<h5>[Rounded Rectangle node](/Nodes/Procedural/Shapes/RoundedRectangle.md)</h5>
</details>
<hr>
</details>
<details>
<summary><h2>UV nodes</h2></summary>
<h5>[Flipbook node](/documentation/Nodes/UV/Flipbook.md)</h5>
<h5>[Parallax Mapping node](/documentation/Nodes/UV/ParallaxMapping.md)</h5>
<h5>[Radial Shear node](/documentation/Nodes/UV/RadialShear.md)</h5>
<h5>[Rotate node](/documentation/Nodes/UV/Rotate.md)</h5>
<h5>[Spherize node](/documentation/Nodes/UV/Spherize.md)</h5>
<h5>[Swirl node](/documentation/Nodes/UV/Swirl.md)</h5>
<h5>[Tiling and Offset node](/documentation/Nodes/UV/TilingAndOffset.md)</h5>
<h5>[Twirl node](/documentation/Nodes/UV/Twirl.md)</h5>
<hr>
<h5>[Flipbook node](/Nodes/UV/Flipbook.md)</h5>
<h5>[Parallax Mapping node](/Nodes/UV/ParallaxMapping.md)</h5>
<h5>[Radial Shear node](/Nodes/UV/RadialShear.md)</h5>
<h5>[Rotate node](/Nodes/UV/Rotate.md)</h5>
<h5>[Spherize node](/Nodes/UV/Spherize.md)</h5>
<h5>[Swirl node](/Nodes/UV/Swirl.md)</h5>
<h5>[Tiling and Offset node](/Nodes/UV/TilingAndOffset.md)</h5>
<h5>[Twirl node](/Nodes/UV/Twirl.md)</h5>
<hr>
</details>