File Rendering Configurations

File Rendering Configurations

Class

inc/real/layer/r3lislay.h

Description

Layer for managing rendering configuration objects.

In order to render a photo realistic image or animation, several type of things need to be set for the renderer, including rendering settings, post effects, file name, frame commands, image resolution and more. Instead of specifying these every time the user needs to render something the user can create configuration objects which specify the necessary information.

Examples:

    R3OBJ *frenlayer;

    R3GetAttrs(layerlist,
               R3T(R3LAYLA_FileRenderers, &frenlayer),
               R3TAG_END);