feat(editor): add --gen-texture-gingham 3-tone fabric pattern

40th procedural texture: classic gingham picnic-blanket /
shirt fabric — two perpendicular sets of stripes with a
darker color where they cross. The crossing creates the
characteristic 3-tone checker pattern that's distinct from
plain --gen-texture-checker (solid blocks).

Useful for picnic blankets, country tablecloths, NPC shirt
textures, fabric set dressing. Defaults to 16-px stripe
spacing with 8-px stripe width (50% coverage per axis).
This commit is contained in:
Kelsi 2026-05-09 08:24:12 -07:00
parent 05350becbc
commit 84403027ae
3 changed files with 83 additions and 1 deletions

View file

@ -168,7 +168,7 @@ int main(int argc, char* argv[]) {
"--gen-texture-scales", "--gen-texture-stained-glass",
"--gen-texture-shingles", "--gen-texture-frost",
"--gen-texture-parquet", "--gen-texture-bubbles",
"--gen-texture-spider-web",
"--gen-texture-spider-web", "--gen-texture-gingham",
"--validate-glb", "--info-glb", "--info-glb-tree", "--info-glb-bytes",
"--validate-jsondbc", "--check-glb-bounds", "--validate-stl",
"--validate-png", "--validate-blp",