SUNFLOW(1) | SUNFLOW DOCUMENTATION | SUNFLOW(1) |
sunflow - rendering system for photo-realistic image synthesis
sunflow [option(s)] file(s)
sunflow is an open source rendering system for photo-realistic image synthesis. It is written in Java and built around a flexible ray tracing core and an extensible object-oriented design. It was created as a framework for experimenting with global illumination algorithms and new surface shading models.
A summary of the options can be obtained by using one of the following options:
Sunflow will run considerably faster with the so called server VM (Virtual Machine). This server VM is part of Java, but it's not included in the standard (JRE) installation of Java. The server VM starts up more slowly and uses more memory than the standard VM, but it runs a lot faster in many cases.
Sunflow's built-in realtime raytracing benchmark (-rtbench) for example runs more than twice as fast with the server VM (exact speedup depends on your hardware).
The easiest way to get the server VM is by installing the Java Development Kit (JDK).
On Debian, it is possible to install different JVM at the same time, amongst which: gij-4.2 (main), openjdk-6-jre (main), sun-java5-jre (non-free), sun-java6-jre (non-free). To change the java link from one to another, use (with root privileges):
"update-alternatives --config java"
A pretty good choice should be openjdk-6-jre.
See also the "CONFIGURATION FILES" section.
As explained above, the following options can be used to obtain a performance gain, but depend on JVM used:
Those options are best set through the SUNFLOW_JAVA_OPTIONS environment variable, or stored in the configuration files.
To allow flexible configuration, the sunflow wrapper sources two configuration files: /etc/sunflowrc and ~/.sunflowrc, in this order.
The syntax is simple "export KEY=VALUE". Lines beginning with a sharp sign are ignored.
The following options are supported:
If not set (the default), java will be called, meaning the system-wide alternative will be used.
If not set (the default), no option is passed to sunflow.
/usr/share/doc/sunflow/README.Debian
Sunflow was written by Christopher Kulla <ckulla@gmail.com>.
This manual page was written by Cyril Brulebois <kibi@debian.org>, for the Debian project (and may be used by others). It is licensed under the same terms as the package itself.
2019-09-03 | 0.07.2.svn396 |