Difference between revisions of "Documentation:Unix Section 6"
Jholsenback (talk | contribs) m (Protected "Documentation:Unix Section 6" [edit=sysop:move=sysop]) |
Jholsenback (talk | contribs) m (external link handling change after recent update) |
||
Line 76: | Line 76: | ||
about 45 minutes. There will be no image or file output from this render. | about 45 minutes. There will be no image or file output from this render. | ||
For more information on the standard POV-Ray benchmark have a look at the | For more information on the standard POV-Ray benchmark have a look at the | ||
− | [http://www.povray.org/download/benchmark.php | + | [http://www.povray.org/download/benchmark.php Benchmarking with POV-Ray] |
page. | page. | ||
</p> | </p> |
Revision as of 16:18, 23 June 2009
This document is protected, so submissions, corrections and discussions should be held on this documents talk page. |
Understanding POV-Ray Options
Options are what previous versions of POV-Ray used to refer to as command-line options. The term is no longer accurate for POV-Ray 3.x, because the command line is only one way of passing options to the program. The other, more convenient way, is to use INI files.
Special Command-Line Options
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>
- Display preview on display_name rather than the
default display. This is meant to be used to
change the display to a remote host. The normal
dispay option
+d
is still valid. -geometry [WIDTHxHEIGHT][+XOFF+YOFF]
- Render the image with WIDTH and HEIGHT as the
dimensions, and locate the window
XOFF
from the left edge, andYOFF
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. TheWIDTH
andHEIGHT
, if given, override any previous +Wn and +Hn settings. -help
- Display the X Window System-specific options. Use
-H
by itself on the command-line to output the general POV-Ray options. -icon
- Start the preview window as an icon.
-title <window_title>
- Override the default preview window title with window_title.
-visual <visual_type>
- Use the deepest visual of visual_type, if available, instead of the automatically selected visual. Valid visuals are StaticGray, GrayScale, StaticColor, PseudoColor, TrueColor, or DirectColor.
Note: if you are supplying a filename with spaces in it, you will need to enclose the filename itself within quotes.
Benchmark Rendering Mode
POV-Ray for Unix has a builtin version of the standard benchmark scene.
To run this scene use the -benchmark
command line option:
povray -benchmark
Note that running the benchmark takes some time, on a 2 GHz PC processor about 45 minutes. There will be no image or file output from this render. For more information on the standard POV-Ray benchmark have a look at the Benchmarking with POV-Ray page.
INI File Sections | Bug Reports |
This document is protected, so submissions, corrections and discussions should be held on this documents talk page. |