1.6 Understanding POV-Ray Options |
POV-Ray 3.6 for UNIX documentation 1.6.1 Special Command-Line Options |
1.6.2 Benchmark Rendering Mode |
POV-Ray for Unix supports several special command-line options not recognized by other versions. They follow the standards for programs that run under the X Window System.
-display <display_name>
+d
is still valid.
-geometry [WIDTHxHEIGHT][+XOFF+YOFF]
XOFF
from the left
edge, and YOFF
from the top edge of the screen (or if negative the right and bottom edges respectively).
For instance: -geometry 640x480+10+20
creates a display for a 640x480 image placed at (10,20) pixels
from the top-left corner of the screen. The WIDTH
and HEIGHT
, if given, override any
previous +Wn and +Hn settings.
-help
-H
by itself on the command-line to output the
general POV-Ray options.
-icon
-title <window_title>
-visual <visual_type>
Note: if you are supplying a filename with spaces in it, you will need to enclose the filename itself within quotes.
1.6 Understanding POV-Ray Options | 1.6.1 Special Command-Line Options | 1.6.2 Benchmark Rendering Mode |