From 83274a8703294f5a2ab43da78951b7b31400517e Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 26 Apr 2001 02:03:25 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/eggprogs/lwoToEgg.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandatool/src/eggprogs/lwoToEgg.cxx b/pandatool/src/eggprogs/lwoToEgg.cxx index 24f62ee4ff..630d77d891 100644 --- a/pandatool/src/eggprogs/lwoToEgg.cxx +++ b/pandatool/src/eggprogs/lwoToEgg.cxx @@ -18,6 +18,7 @@ LwoToEgg:: LwoToEgg() : SomethingToEgg("MultiGen", ".lwo") { + add_units_options(); add_normals_options(); add_transform_options(); @@ -34,6 +35,11 @@ LwoToEgg() : "Specify the coordinate system of the input " + _format_name + " file. Normally, this is y-up-left."); + redescribe_option + ("ui", + "Specify the units of the input Lightwave file. By convention, " + "this is assumed to be meters if it is unspecified."); + _coordinate_system = CS_yup_left; }