Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added


Display drivers are plugins that receive image data from the renderer and output it in some fashion. Generally, they will either send it to a file or display it immediately to the screen.

...

This driver maps RenderMan's output variables to image channels as follows:

RenderMan Output Variable NameImage Channel NameType
rRpreferred type
gGpreferred type
bBpreferred type
aApreferred type
zZfloat
othersame as output variable namepreferred type

By default, the "preferred" channel type is the value specified for /display/openexr/type in rendermn.ini, which can be either half (16-bit) or float (32-bit). If not specified therein, it defaults to float. The preferred type can be changed by adding a "type" argument to the Display command in the RIB file. For example:

...