Iray Programmer's Manual

Runtime configuration

Iray does not use configuration files, commandline options or environment variables. Instead all configuration is done by calling configuration functions on the neuray object. Most configuration options need to be set before starting up the system but some can be adapted dynamically--see the following topics for details.

The following configuration topics provide a short overview of the available configuration options. See the corresponding Configuration Interfaces page for the complete set.

Note: Note that Logging configuration contains an example program to illustrate a configuration that most likely you want to do in your applications as well.