JobRenderElement Struct Reference
 
 
 
JobRenderElement Struct Reference

#include <maxnet_job.h>

Inheritance diagram for JobRenderElement:
MaxHeapOperators

Class Description

See also:
Class MaxNetManager, Structure JobText
Remarks:
This structure is available in release 4.0 and later only.

This structure contains the details on a specific Render Element for a job.

Public Attributes

bool  enabled
  This flag indicates if the Render Element is enabled or disabled.
bool  filterenabled
  This flag indicates if filters are enabled or disabled for the Render Element.
bool  atmosphere_applied
  This flag indicates if atmospheric effects are enabled or disabled for the Render Effect.
bool  shadows_applied
  This flag indicates if shadows are to be applied for the Render Effect.
MCHAR  name [128]
  The name of the Render Effect.
MCHAR  output [MAX_PATH]
  The output path and file name of the resulting Render Element.

Member Data Documentation

bool enabled

This flag indicates if the Render Element is enabled or disabled.

This flag indicates if filters are enabled or disabled for the Render Element.

This flag indicates if atmospheric effects are enabled or disabled for the Render Effect.

This flag indicates if shadows are to be applied for the Render Effect.

MCHAR name[128]

The name of the Render Effect.

MCHAR output[MAX_PATH]

The output path and file name of the resulting Render Element.