#include <maxnet_job.h>
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. |
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 output[MAX_PATH] |
The output path and file name of the resulting Render Element.