Public Attributes

MaxJob Struct Reference

Search for all occurrences

Detailed Description

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

This structure is used by the Network Rendering API to store information about a 3ds Max specific job.

#include <maxnet_job.h>

Inheritance diagram for MaxJob:
Inheritance graph
[legend]

List of all members.

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.

Member Data Documentation

bool init

This flag determines if the structure is valid.

This flag determines is gamma correction is used.

float gammavaluein

The input gamma value for maps.

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.