Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
83274a8703
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pandatool/src/eggprogs/lwoToEgg.cxx

+ 6 - 0
pandatool/src/eggprogs/lwoToEgg.cxx

@@ -18,6 +18,7 @@ LwoToEgg::
 LwoToEgg() :
 LwoToEgg() :
   SomethingToEgg("MultiGen", ".lwo")
   SomethingToEgg("MultiGen", ".lwo")
 {
 {
+  add_units_options();
   add_normals_options();
   add_normals_options();
   add_transform_options();
   add_transform_options();
 
 
@@ -34,6 +35,11 @@ LwoToEgg() :
      "Specify the coordinate system of the input " + _format_name +
      "Specify the coordinate system of the input " + _format_name +
      " file.  Normally, this is y-up-left.");
      " 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;
   _coordinate_system = CS_yup_left;
 }
 }