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:
14
documentation/Nodes/Maths/Wave/TriangleWave.md
Normal file
14
documentation/Nodes/Maths/Wave/TriangleWave.md
Normal 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|
|
||||
___
|
Reference in New Issue
Block a user