mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 02:53:51 +00:00
feat(editor): add --gen-texture-shingles roof-tile pattern
35th procedural texture: roof shingles done as half-row-staggered rows of rectangular tiles. Three colors: shingle base, a shadow band at the top of each row (where the row above overlaps), and thin vertical seams between adjacent shingles in the same row. The half-row stagger comes from the standard roofing convention of offsetting alternate courses by half a tile width — gives the classic interlocked look that pure brick patterns lack. Useful for roofs, scale armor close-ups, fish bellies, anywhere needing tightly-packed offset rectangles. Defaults to 32x24 shingles with 4-px shadow + 1-px seams.
This commit is contained in:
parent
a25961e2dd
commit
4ec0c1aea2
3 changed files with 97 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ int main(int argc, char* argv[]) {
|
|||
"--gen-texture-coral", "--gen-texture-flame", "--gen-texture-tartan",
|
||||
"--gen-texture-argyle", "--gen-texture-herringbone",
|
||||
"--gen-texture-scales", "--gen-texture-stained-glass",
|
||||
"--gen-texture-shingles",
|
||||
"--validate-glb", "--info-glb", "--info-glb-tree", "--info-glb-bytes",
|
||||
"--validate-jsondbc", "--check-glb-bounds", "--validate-stl",
|
||||
"--validate-png", "--validate-blp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue