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

Documentation updated

This commit is contained in:
Digvijaysinh Gohil 2024-02-27 23:12:19 +05:30
parent 7adea627e0
commit b41d1dff80
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,11 @@
Returns a sawtooth wave from the value of input <b><i>in</i></b>. Resulting output values will be between -1 and 1.
<hr>
**Controls**
|Options|Description|
|---|---|
|Vector1, Vector2, Vector3, Vector4|Vector type to use for calculation|
**Inputs**
|Name|Type|Binding|Description|
|---|---|---|---|

View File

@ -2,6 +2,11 @@
Returns a square wave from the value of input <b><i>in</i></b>. Resulting output values will be between -1 and 1.
<hr>
**Controls**
|Options|Description|
|---|---|
|Vector1, Vector2, Vector3, Vector4|Vector type to use for calculation|
**Inputs**
|Name|Type|Binding|Description|
|---|---|---|---|