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
|
|
@ -65,6 +65,7 @@ const char* const kArgRequired[] = {
|
|||
"--gen-camp-pack", "--gen-blacksmith-pack", "--gen-village-pack",
|
||||
"--gen-temple-pack", "--gen-graveyard-pack",
|
||||
"--gen-garden-pack", "--gen-dock-pack", "--gen-tavern-pack",
|
||||
"--gen-mining-pack",
|
||||
"--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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue