Fovia's Java Client/Server API
Public Attributes | List of all members
com.fovia.hdrcsrv.POLYGON_PARAMS Class Reference

Public Attributes

Vector< hdrcVertexCallListContextCallLists = new Vector<hdrcVertexCallListContext>()
 
int Mask
 
int NumCallLists
 

Detailed Description

Container class for information about polygon objects to apply to a render engine. They are applied using the overloads of hdrcIRenderParamsReceiver.setRenderParams() that this parameter type.

Member Data Documentation

Vector<hdrcVertexCallListContext> com.fovia.hdrcsrv.POLYGON_PARAMS.CallLists = new Vector<hdrcVertexCallListContext>()

Vector of hdrcVertexCallListContexts that describe objects to apply to a render engine.

int com.fovia.hdrcsrv.POLYGON_PARAMS.Mask

Mask that specifies what parameters are valid. Currently PPM_CALL_LISTS is the only parameter for this value. If more are added, they will be in hdrcDefines under PPM_*

int com.fovia.hdrcsrv.POLYGON_PARAMS.NumCallLists

Number of call lists contained in the CallLists Vector.