Added command line option to export collada. Closes #106.

This commit is contained in:
leozide
2017-08-25 16:10:06 -07:00
parent b658795f46
commit 4db7423f7d
5 changed files with 56 additions and 9 deletions
+5 -1
View File
@@ -95,13 +95,17 @@ Use alternate parts library found in \fIpath \fR. The Debian version
of \fILeoCAD \fRuses /usr/share/leocad/ as the default.
.TP
.BI "\-wf [" outfile.obj ]
.BI "\-obj [" outfile.obj ]
Exports the model to wavefront format.
.TP
.BI "\-3ds [" outfile.3ds ]
Exports the model to 3DS format.
.TP
.BI "\-dae [" outfile.dae ]
Exports the model to COLLADA DAE format.
.SH ENVIRONMENT
``LEOCAD_LIB'' may be set to the path of the parts library.