1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00

Documentation overhaul

This commit is contained in:
Digvijaysinh Gohil
2024-02-26 22:13:45 +05:30
parent 931fc113db
commit e73385e903
26 changed files with 443 additions and 469 deletions

View File

@ -0,0 +1,14 @@
# Triangle Wave node
Returns a triangle wave from the value of input <b><i>in</i></b>. Resulting output values will be between -1 and 1.
<hr>
**Inputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|in|Dynamic vector|none|Input value|
**Outputs**
|Name|Type|Binding|Description|
|---|---|---|---|
|out|Dynamic vector|None|Output value|
___