mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 11:03:51 +00:00
feat(editor): add --gen-texture-swirl logarithmic-spiral
70th procedural texture: N-arm logarithmic spiral. Each pixel computes its polar angle minus log(r)*spiralFactor and tests whether that "spiral phase" falls inside any arm's angular band (mod 2π/N). Distinct from --gen-texture-starburst (straight rays from center) — this is the curved-arm vortex variant. Small spiralFactor gives loose pinwheel arms; large factor gives tight whirlpool spirals. Useful for magic sigils, summoning circles, ritual floor markings, mystical-pool surfaces, mage-tower mosaic floors, shaman-totem ground inlays. Center-based pattern (doesn't tile seamlessly), so best used as standalone decals rather than wall textures.
This commit is contained in:
parent
bdeb93bedd
commit
8d75dd3867
3 changed files with 69 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ const char* const kArgRequired[] = {
|
|||
"--gen-texture-blueprint", "--gen-texture-rust-streaks",
|
||||
"--gen-texture-plaid", "--gen-texture-diamond-grid",
|
||||
"--gen-texture-houndstooth", "--gen-texture-chevron",
|
||||
"--gen-texture-dunes",
|
||||
"--gen-texture-dunes", "--gen-texture-swirl",
|
||||
"--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