diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-03 17:54:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-03 17:54:34 (GMT) |
commit | 9f5c6133bf55713ada6133d7beffbeddd86ffecf (patch) | |
tree | 1fde4fb7b7fb86b04cb6b4c3c50cff9955cc5959 /doc | |
parent | bacaa2b1b916f7672e2b971337232caef9cb22a2 (diff) |
update manpage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openscad.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/openscad.1 b/doc/openscad.1 index aa03b37..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 @@ -43,6 +43,12 @@ 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 |