mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 11:03:51 +00:00
feat(editor): add --gen-mining-pack composite
Ninth themed mesh pack after camp / blacksmith / village /
temple / graveyard / garden / dock / tavern. Mining-shaft
/ quarry-floor scene emitting a 7-primitive working-mine
layout:
• gravel-pile — loose rubble from the dig
• crate-stack — raw-ore cargo waiting for transport
• mine-cart — underground transport
• pillar-row — roof support pillars (the colonnade
pattern reads as mine-shaft supports underground)
• lantern — light source
• workbench — assay / sorting station
• hitching-post — mule / cart tie
Together these form a complete working-mine entrance /
quarry-floor layout. Uses 3 primitives newly added in
recent batches (mine-cart, pillar-row, lantern).
Composite-pack catalogue: camp + blacksmith + village +
temple + graveyard + garden + dock + tavern + mining =
9 themed mesh packs. --list-packs surfaces 14 total
including the pre-existing zone/project starters.
This commit is contained in:
parent
c0ea12d2cb
commit
2e973c0f00
3 changed files with 23 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ void printUsage(const char* argv0) {
|
|||
std::printf(" Convenience: emit dock + crate-stack + barrel + canopy + bench + signpost + hitching-post into outDir\n");
|
||||
std::printf(" --gen-tavern-pack <outDir>\n");
|
||||
std::printf(" Convenience: emit house + chimney + table + bench + barrel + bookshelf + signpost into outDir\n");
|
||||
std::printf(" --gen-mining-pack <outDir>\n");
|
||||
std::printf(" Convenience: emit gravel-pile + crate-stack + mine-cart + pillar-row + lantern + workbench + hitching-post\n");
|
||||
std::printf(" --gen-mesh-table <wom-base> [width] [depth] [height] [legThick] [topThick]\n");
|
||||
std::printf(" Table: flat top slab on 4 corner legs (default 1.6/1.0/0.85/0.10/0.06)\n");
|
||||
std::printf(" --gen-mesh-lamppost <wom-base> [poleH] [poleT] [baseSize] [lanternSize] [lanternH]\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue