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; }