mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 20:35:57 +08:00
Documentation overhaul
This commit is contained in:
17
documentation/Nodes/Procedural/CheckerBoard.md
Normal file
17
documentation/Nodes/Procedural/CheckerBoard.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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|
|
||||
___
|
Reference in New Issue
Block a user