diff options
Diffstat (limited to 'doc/openscad.1')
-rw-r--r-- | doc/openscad.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/openscad.1 b/doc/openscad.1 index a4c03dd..0919bb9 100644 --- a/doc/openscad.1 +++ b/doc/openscad.1 @@ -1,4 +1,4 @@ -.TH OPENSCAD 1 "2011-11-03" +.TH OPENSCAD 1 "2013-03-xx" .\" Please adjust this date whenever revising the manpage. .SH NAME openscad \- script file based graphical CAD environment @@ -19,7 +19,7 @@ the OpenSCAD user manual at http://en.wikibooks.org/wiki/OpenSCAD_User_Manual. .TP \fB-o\fP \fIoutputfile\fP -Export the given file to \fIoutputfile\fP in STL, OFF, DXF or CSG format, +Export the given file to \fIoutputfile\fP in STL, OFF, DXF, CSG, or PNG format, depending on file extension of \fIoutputfile\fP (which has to be lower case). If this option is given, the GUI will not be started. .TP @@ -40,6 +40,15 @@ More than one \fB-D\fP options can be given. .TP .B \-v, \-\-version Show version of program. +.TP +.B \-\-render +If exporting an image, use a full CGAL render. (Default is an OpenCSG compile) +.TP +.B \-\-gimbalcam=rotx,roty,rotz,transx,transy,transz,distance +If exporting an image, use a Gimbal camera with the given parameters +.TP +.B \-\-vectorcam=eyex,eyey,eyez,centerx,centery,centerz +If exporting an image, use a Vector camera with the given parameters .SH AUTHOR OpenSCAD was written by Clifford Wolf, Marius Kintel, and others. .PP |