Chapter 3. BatchRenW

Table of Contents

Stand Alone Rendering Engine
Models
File Renderer
Progress Indicator

Batch Rendering Utility with Graphical User Interface

Class

inc/real/batchrenw/r3batchrenw.h

Description

This class implements batch rendering utility with graphical user interface. The user interface allows the user to select several project files and then renders them one by one using the Realsoft 3D's stand alone renderer.

Sub objects

The actual renderer is attached to the user interface via R3WGA_Model attribute.

    R3OBJ *sare;
    
    R3GetAttrs(batchrenw, 
               R3WGA_Model, &sare,
               R3TAG_END);