1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 04:15:58 +08:00

Documentation updated

This commit is contained in:
Digvijaysinh Gohil
2024-07-03 00:20:02 +05:30
parent 3cf0e2d38a
commit dc049b857b
8 changed files with 129 additions and 7 deletions

View File

@ -16,4 +16,15 @@ Returns a square wave from the value of input <b><i>in</i></b>. Resulting output
|Name|Type|Binding|Description|
|---|---|---|---|
|out|Dynamic vector|None|Output value|
**ShaderInc location**
<br>`res://addons/ShaderLib/Maths/Wave/SquareWave.gdshaderinc`
**Method signature**
<br>`vec4 square _wave(vec4 input)`
**Parameters**
|Name|Type|Description|
|---|---|---|
|input|vec4|Input vector|
___