1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 03:55:59 +08:00
Files
Godot-Shader-Lib/documentation/Nodes/Procedural/CheckerBoard.md
Digvijaysinh Gohil e73385e903 Documentation overhaul
2024-02-26 22:13:45 +05:30

494 B

Checker Board node

Generates a checkerboard of alternating colors between inputs color A and color B based on input UV.


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