#include <maxnet_job.h>
Public Attributes |
|
bool | init |
This flag determines if the structure is
valid. |
|
bool | gammacorrection |
This flag determines is gamma correction is
used. |
|
float | gammavaluein |
The input gamma value for maps. |
|
float | gammavalueout |
The output gamma value for output images.
|
|
float | pixelaspect |
The pixel aspect ratio. |
|
char | camera [128] |
Camera. |
|
SceneInfo | sceneInfo |
The scene information data structure.
|
|
MaxJobRenderElements | re |
The render elements data structure. |
|
char | reserved [64] |
Reserved for future use. |
bool init |
This flag determines if the structure is valid.
bool gammacorrection |
This flag determines is gamma correction is used.
float gammavaluein |
The input gamma value for maps.
float gammavalueout |
The output gamma value for output images.
float pixelaspect |
The pixel aspect ratio.
char camera[128] |
The scene information data structure.
The render elements data structure.
char reserved[64] |
Reserved for future use.