mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 02:53:51 +00:00
feat(editor): add --gen-mesh-cauldron — 50th procedural mesh
Milestone: 50th procedural mesh primitive. 7-box witch's cauldron — 4 small corner legs at the floor, then three stacked tiers approximating the curved silhouette of a cast-iron pot: narrow bottom (60% of rim width), wider mid (90%), and a still-wider thin rim at the top (100%). Without rotated faces this stacked-tier approximation is the cleanest cast-iron-pot read available. Pairs with --gen-mesh-shrine / --gen-mesh-totem for ritual and alchemy set dressing — witch huts, druid camps, dungeon laboratories. Defaults to 0.80 rim width × 0.70 body height (0.80m total with legs).
This commit is contained in:
parent
d91b0b31c5
commit
51ed1e5860
3 changed files with 122 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ int main(int argc, char* argv[]) {
|
|||
"--gen-mesh-table", "--gen-mesh-lamppost", "--gen-mesh-bed",
|
||||
"--gen-mesh-ladder", "--gen-mesh-well", "--gen-mesh-signpost",
|
||||
"--gen-mesh-mailbox", "--gen-mesh-tombstone", "--gen-mesh-crate",
|
||||
"--gen-mesh-stool",
|
||||
"--gen-mesh-stool", "--gen-mesh-cauldron",
|
||||
"--gen-texture-gradient",
|
||||
"--gen-mesh-from-heightmap", "--export-mesh-heightmap",
|
||||
"--displace-mesh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue