From f3df58370db2624f4a6ee9f6a23dfcd924e37711 Mon Sep 17 00:00:00 2001 From: Seth P Date: Thu, 17 Oct 2024 18:26:12 -0400 Subject: [PATCH] render: Enabled changing --uv-align-to-axis (#109) --- apps/src/Render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/src/Render.cpp b/apps/src/Render.cpp index abdb9cb1..ff91f4f8 100644 --- a/apps/src/Render.cpp +++ b/apps/src/Render.cpp @@ -151,7 +151,7 @@ auto GetUVOpts() -> po::options_description " 2 = Orthographic Projection") ("uv-reuse", "If input-mesh is specified, attempt to use its existing " "UV map instead of generating a new one.") - ("uv-align-to-axis", + ("uv-align-to-axis", po::value(), "Rotate the UV map so that the specified volume direction is aligned " "as well as possible to \'up\' in the texture image (-Y). " "Performed before uv-rotate and uv-flip. Options: None, +Z, -Z, "