mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 03:55:59 +08:00
17 lines
494 B
Markdown
17 lines
494 B
Markdown
# Checker Board node
|
|
Generates a checkerboard of alternating colors between inputs <b><i>color A</i></b> and <b><i>color B</i></b> based on input UV.
|
|
<hr>
|
|
|
|
**Inputs**
|
|
|Name|Type|Binding|Description|
|
|
|---|---|---|---|
|
|
|uv|vec2|UV|Input UV value|
|
|
|color a|vec3|none|First checker color|
|
|
|color b|vec3|none|Second checker color|
|
|
|frequency|vec2|none|Scale of checkerboard per axis|
|
|
|
|
**Outputs**
|
|
|Name|Type|Binding|Description|
|
|
|---|---|---|---|
|
|
|output|vec3|None|Output checkerboard value|
|
|
___ |