mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
feat(editor): add --gen-texture-parquet basket-weave wood floor
37th procedural texture: basket-weave parquet flooring done as a checkerboard of 2N x 2N cells. Half the cells are split into two horizontal planks (wood A); the other half are split into two vertical planks (wood B). Adjacent perpendicular pairs form the classic interlocked basket-weave. A third "gap" color paints thin lines along plank edges and the cell midline, giving the inset / wood-joint appearance. Defaults to 32-px cells with 1-px gaps. Useful for parlour floors, manor halls, magical libraries, dwarven flooring.
This commit is contained in:
parent
191a821ec8
commit
4189051c09
3 changed files with 113 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ int main(int argc, char* argv[]) {
|
|||
"--gen-texture-argyle", "--gen-texture-herringbone",
|
||||
"--gen-texture-scales", "--gen-texture-stained-glass",
|
||||
"--gen-texture-shingles", "--gen-texture-frost",
|
||||
"--gen-texture-parquet",
|
||||
"--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