You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("output-format", po::value<std::string>()->default_value("auto"), "output file format, can be any of: auto, obj, off, terrain (quantized mesh), json/geojson")
289
289
("max-error", po::value<double>(), "max error parameter when using terra or zemlya method")
290
+
("max-iterations", po::value<int>()->default_value(0), "max add point iterations when using terra or zemlya method")
290
291
("step", po::value<int>(), "grid spacing in pixels when using dense method")
291
292
#if defined(TNTN_USE_ADDONS) && TNTN_USE_ADDONS
292
293
("threshold", po::value<double>(), "threshold when using curvature method")
@@ -363,6 +364,11 @@ static int subcommand_dem2tin(bool need_help,
0 commit comments