mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-21 04:45:57 +08:00
14 lines
344 B
Markdown
14 lines
344 B
Markdown
# Square Wave node
|
|
Returns a square 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|
|
|
___ |