man yafray (Commandes) - Yet Another Free RAYtracer

NAME

yafray - Yet Another Free RAYtracer

SYNOPSIS

yafray [-s strategy] [-c N] [-r min_x:max_x:min_y:max_y] [-z] [-v] [file ...]

DESCRIPTION

yafray is an andvanced raytracing rendering system that accepts an XML input file and produces an image output file based on its contents.

OPTIONS

-s strategy Use strategy to render the scene, where strategy is either threaded (fork multiple threads), mono (use a single thread and process), or fork (fork multiple processes)
-c N
Use N processes, for operating on an SMP computer or cluster.
-r min_x:max_x:min_y:max_y
Render only part of the frame, values between -1 and 1 whole image is -r -1:1:-1:1.
-z
Optimize for running on a cluster by gzipping some data passed between processes.
-v
Show the program version.

SEE ALSO

See the documentation on the Yafray website for more information: http://www.coala.uniovi.es/wiki/index.php/YafrayDoc

AUTHOR

This manual page was written by Nick Rusnov nickrusnov@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.