*** empty log message ***

This commit is contained in:
David Rose 2001-04-26 02:03:25 +00:00
parent b718a06622
commit 83274a8703
1 changed files with 6 additions and 0 deletions

View File

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