mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 02:53:51 +00:00
feat(editor): add --gen-texture-rust oxidized-metal pattern
3-octave smooth noise field thresholded by `coverage` to make rust blob regions, blended with the metal base color via a 0.12-wide smoothstep so patches feather into clean metal rather than stepping. Per-pixel grain jitter on top so neither material reads as flat. Defaults: coverage=0.4 (~40% rust), seed=1. Useful for weathered armor, abandoned machinery, ruined castle gates, shipwreck debris. Brings the procedural texture pattern set to 29.
This commit is contained in:
parent
67ede85f7f
commit
4df8661017
3 changed files with 108 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ int main(int argc, char* argv[]) {
|
|||
"--gen-texture-leather", "--gen-texture-sand", "--gen-texture-snow",
|
||||
"--gen-texture-lava", "--gen-texture-tile", "--gen-texture-bark",
|
||||
"--gen-texture-clouds", "--gen-texture-stars", "--gen-texture-vines",
|
||||
"--gen-texture-mosaic",
|
||||
"--gen-texture-mosaic", "--gen-texture-rust",
|
||||
"--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