feat(editor): add --gen-mesh-standing-torch hall-lining torch

83rd procedural mesh primitive. Tall standing floor torch:

  • post — thin Y-axis cylinder rising from the floor
  • bowl — wider shallow Y-axis cylinder (the fire bowl)
    sitting on top of the post

Distinct from --gen-mesh-brazier (squat fire-bowl on a
short stem with a wide-base silhouette) — standing-torch
is the tall thin walking-height variant for lining
hallways, ceremonial paths, dungeon entries, palace
entrance walks, watch-station lighting.

Validates that postR < bowlR so the silhouette always
reads as the wider-bowl-on-thinner-pole shape.

Watertight under weld (verified 168 manifold edges, 0
boundary, 0 non-manifold). Two clean addClosedCylinderY
calls — pattern is now well-established for cylindrical
prop primitives.
This commit is contained in:
Kelsi 2026-05-09 13:47:37 -07:00
parent 2d566dbe63
commit 1ad1977ad6
3 changed files with 45 additions and 0 deletions

View file

@ -320,6 +320,8 @@ void printUsage(const char* argv0) {
std::printf(" Lantern: 4-tier base + glass-globe + neck + cap stack (hand lantern / oil lamp silhouette)\n");
std::printf(" --gen-mesh-chalice <wom-base> [footR] [footH] [stemR] [stemH] [bowlR] [bowlH] [sides]\n");
std::printf(" Chalice: ceremonial 3-tier foot + stem + bowl goblet (chapel / treasure / ritual scene)\n");
std::printf(" --gen-mesh-standing-torch <wom-base> [postR] [postH] [bowlR] [bowlH] [sides]\n");
std::printf(" Standing torch: tall thin post + wider fire-bowl on top (hall lining / dungeon entry / ceremony path)\n");
std::printf(" --gen-camp-pack <outDir>\n");
std::printf(" Convenience: emit tent + firepit + bedroll + canopy + woodpile + haystack into outDir as 6 .wom files\n");
std::printf(" --gen-blacksmith-pack <outDir>\n");