mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 03:55:59 +08:00
494 B
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 |